fixed base array lvs

This commit is contained in:
Jacob Walker
2023-03-30 11:30:50 -07:00
parent b2631b60ff
commit e697efa5f6
5 changed files with 18 additions and 45 deletions
+1 -1
View File
@@ -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__":