fixed bitcell_array to work with different sized pbitcells, changed sizing in pbitcell to minimize space between inverters

This commit is contained in:
Michael Timothy Grimes
2018-03-08 16:39:26 -08:00
parent 0ea5d0b6a7
commit 65735c08e2
3 changed files with 51 additions and 42 deletions
+2 -2
View File
@@ -11,9 +11,9 @@ import globals
from globals import OPTS
import debug
#@unittest.skip("SKIPPING 05_array_test")
#@unittest.skip("SKIPPING 05_array_multiport_test")
class array_test(openram_test):
class array_multiport_test(openram_test):
def runTest(self):
globals.init_openram("config_20_{0}".format(OPTS.tech_name))