mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 01:48:33 +02:00
simplfying calculations in pbitcell and changing pbitcell_array_test to check different port combinations
This commit is contained in:
@@ -21,7 +21,7 @@ class bitcell_array(design.design):
|
||||
self.column_size = cols
|
||||
self.row_size = rows
|
||||
|
||||
#from importlib import reload
|
||||
from importlib import reload
|
||||
c = reload(__import__(OPTS.bitcell))
|
||||
self.mod_bitcell = getattr(c, OPTS.bitcell)
|
||||
self.cell = self.mod_bitcell()
|
||||
|
||||
Reference in New Issue
Block a user