mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 17:39:02 +02:00
Development version of new pin data structure. Tests pass LVS/DRC except for bank level.
This commit is contained in:
@@ -25,12 +25,11 @@ class array_test(unittest.TestCase):
|
||||
|
||||
import bitcell_array
|
||||
|
||||
debug.info(2, "Testing 3x3 array for 6t_cell")
|
||||
a = bitcell_array.bitcell_array(name="bitcell_array", cols=3, rows=3)
|
||||
debug.info(2, "Testing 4x4 array for 6t_cell")
|
||||
a = bitcell_array.bitcell_array(name="bitcell_array", cols=4, rows=4)
|
||||
self.local_check(a)
|
||||
|
||||
OPTS.check_lvsdrc = True
|
||||
|
||||
self.local_check(a)
|
||||
globals.end_openram()
|
||||
|
||||
def local_check(self, a):
|
||||
|
||||
Reference in New Issue
Block a user