mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 01:48:33 +02:00
Remove add_mod and add module whenever calling add_inst.
This commit is contained in:
@@ -48,7 +48,6 @@ class dff_array(design.design):
|
||||
|
||||
def add_modules(self):
|
||||
self.dff = factory.create(module_type="dff")
|
||||
self.add_mod(self.dff)
|
||||
|
||||
def add_pins(self):
|
||||
for row in range(self.rows):
|
||||
|
||||
Reference in New Issue
Block a user