mirror of https://github.com/VLSIDA/OpenRAM.git
Rename ROM unit tests.
This commit is contained in:
parent
041c738cb2
commit
fe65a20431
|
|
@ -30,7 +30,7 @@ class rom_bank_test(openram_test):
|
||||||
rom_data = test_data,
|
rom_data = test_data,
|
||||||
word_size = 1)
|
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')
|
a.sp_write(OPTS.openram_temp + 'simulation_file.sp')
|
||||||
self.local_check(a)
|
self.local_check(a)
|
||||||
|
|
||||||
|
|
@ -31,7 +31,7 @@ class rom_bank_test(openram_test):
|
||||||
rom_data = test_data,
|
rom_data = test_data,
|
||||||
word_size = 2)
|
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')
|
a.sp_write(OPTS.openram_temp + 'simulation_file.sp')
|
||||||
self.local_check(a)
|
self.local_check(a)
|
||||||
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
|
||||||
|
tech_name = "sky130"
|
||||||
|
nominal_corner_only = True
|
||||||
|
|
||||||
|
#route_supplies = "ring"
|
||||||
|
check_lvsdrc = True
|
||||||
|
|
||||||
Loading…
Reference in New Issue