mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 17:39:02 +02:00
array generation and bitline routing with array module
This commit is contained in:
@@ -24,7 +24,7 @@ class rom_array_test(openram_test):
|
||||
|
||||
debug.info(2, "Testing 4x4 array for rom cell")
|
||||
|
||||
data = [[1, 1, 1, 1], [1, 1, 1, 1], [1, 1, 1, 1], [1, 1, 1, 1]]
|
||||
data = [[1, 1, 1, 1], [1, 1, 1, 1], [1, 0, 1, 1], [1, 1, 1, 0]]
|
||||
|
||||
a = factory.create(module_type="rom_base_array", cols=4, rows=4, bitmap=data)
|
||||
self.local_check(a)
|
||||
@@ -36,4 +36,4 @@ if __name__ == "__main__":
|
||||
(OPTS, args) = globals.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