mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 17:39:02 +02:00
Remove add_mod and add module whenever calling add_inst.
This commit is contained in:
@@ -53,7 +53,6 @@ class dff_inv_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