mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-07 03:20:39 +02:00
Split control logic into different tests to avoid factory errors.
This commit is contained in:
@@ -54,7 +54,6 @@ class replica_pbitcell(design.design):
|
||||
|
||||
def add_modules(self):
|
||||
self.prbc = factory.create(module_type="pbitcell",replica_bitcell=True)
|
||||
debug.info(1,"rbl bitcell name={}".format(self.prbc.name))
|
||||
self.add_mod(self.prbc)
|
||||
|
||||
self.height = self.prbc.height
|
||||
|
||||
Reference in New Issue
Block a user