mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 17:39:02 +02:00
Rename ROM unit tests.
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
@@ -41,4 +41,4 @@ if __name__ == "__main__":
|
||||
(OPTS, args) = openram.parse_args()
|
||||
del sys.argv[1:]
|
||||
header(__file__, OPTS.tech_name)
|
||||
unittest.main(testRunner=debugTestRunner())
|
||||
unittest.main(testRunner=debugTestRunner())
|
||||
+2
-2
@@ -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)
|
||||
|
||||
@@ -42,4 +42,4 @@ if __name__ == "__main__":
|
||||
(OPTS, args) = openram.parse_args()
|
||||
del sys.argv[1:]
|
||||
header(__file__, OPTS.tech_name)
|
||||
unittest.main(testRunner=debugTestRunner())
|
||||
unittest.main(testRunner=debugTestRunner())
|
||||
Reference in New Issue
Block a user