Rename ROM unit tests.

This commit is contained in:
mrg 2023-03-13 14:44:50 -07:00 committed by Jacob Walker
parent 041c738cb2
commit fe65a20431
11 changed files with 11 additions and 4 deletions

View File

@ -30,7 +30,7 @@ class rom_bank_test(openram_test):
rom_data = test_data,
word_size = 1)
a = factory.create(module_type="rom_base_bank", rom_config=conf)
a = factory.create(module_type="rom_bank", rom_config=conf)
a.sp_write(OPTS.openram_temp + 'simulation_file.sp')
self.local_check(a)

View File

@ -31,7 +31,7 @@ class rom_bank_test(openram_test):
rom_data = test_data,
word_size = 2)
a = factory.create(module_type="rom_base_bank", rom_config=conf)
a = factory.create(module_type="rom_bank", rom_config=conf)
a.sp_write(OPTS.openram_temp + 'simulation_file.sp')
self.local_check(a)

View File

@ -0,0 +1,7 @@
tech_name = "sky130"
nominal_corner_only = True
#route_supplies = "ring"
check_lvsdrc = True