diff --git a/test.py b/test.py index 1be714b0..44fa99ed 100644 --- a/test.py +++ b/test.py @@ -27,6 +27,25 @@ ======= from shared_utils import * >>>>>>> f8f8dc6 (Add Unit Tests for shared_utils.py (#309)) +from shared_utils import ( + InstrDict, + check_arg_lut, + check_overlapping_bits, + extract_isa_type, + find_extension_file, + handle_arg_lut_mapping, + initialize_encoding, + is_rv_variant, + overlaps, + pad_to_equal_length, + parse_instruction_line, + process_enc_line, + process_fixed_ranges, + process_standard_instructions, + same_base_isa, + update_encoding_for_fixed_range, + validate_bit_range, +) class EncodingUtilsTest(unittest.TestCase):