mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 18:02:23 +02:00
fixed base array lvs
This commit is contained in:
@@ -27,7 +27,7 @@ class rom_bank_test(openram_test):
|
||||
a = factory.create(module_type="rom_base_bank", strap_spacing = 2)
|
||||
|
||||
self.local_check(a)
|
||||
globals.end_openram()
|
||||
openram.end_openram()
|
||||
|
||||
# run the test from the command line
|
||||
if __name__ == "__main__":
|
||||
|
||||
@@ -27,7 +27,7 @@ class rom_precharge_test(openram_test):
|
||||
|
||||
a = factory.create(module_type="rom_precharge_array", cols=4, strap_spacing=2)
|
||||
self.local_check(a)
|
||||
globals.end_openram()
|
||||
openram.end_openram()
|
||||
|
||||
# run the test from the command line
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user