Skip to content

Commit

Permalink
Update 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 dda48cc commit 5d71018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +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 *

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

0 comments on commit 5d71018

Please sign in to comment.