Skip to content

Commit

Permalink
imported necessary methods only from shared module to c_utils.py
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Dev Jha <[email protected]>
  • Loading branch information
IIITM-Jay authored Oct 30, 2024
1 parent 938e6d5 commit dda48cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions c_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
import os
import pprint

# from shared_utils import overlaps, overlap_allowed, extension_overlap_allowed, instruction_overlap_allowed, process_enc_line, same_base_isa, add_segmented_vls_insn, expand_nf_field
from shared_utils import *
from shared_utils import overlaps, overlap_allowed, extension_overlap_allowed, instruction_overlap_allowed, process_enc_line, same_base_isa, add_segmented_vls_insn, expand_nf_field

pp = pprint.PrettyPrinter(indent=2)
logging.basicConfig(level=logging.INFO, format="%(levelname)s:: %(message)s")
Expand Down

0 comments on commit dda48cc

Please sign in to comment.