mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 09:58:33 +02:00
Remove add_mod and add module whenever calling add_inst.
This commit is contained in:
@@ -94,7 +94,6 @@ class write_driver_array(design.design):
|
||||
|
||||
def add_modules(self):
|
||||
self.driver = factory.create(module_type="write_driver")
|
||||
self.add_mod(self.driver)
|
||||
|
||||
# This is just used for measurements,
|
||||
# so don't add the module
|
||||
@@ -259,4 +258,3 @@ class write_driver_array(design.design):
|
||||
layer="m1",
|
||||
offset=inst.get_pin(inst.mod.en_name).ll().scale(0, 1),
|
||||
width=self.width)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user