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:
@@ -46,7 +46,6 @@ class tri_gate_array(design.design):
|
||||
|
||||
def add_modules(self):
|
||||
self.tri = factory.create(module_type="tri_gate")
|
||||
self.add_mod(self.tri)
|
||||
|
||||
def add_pins(self):
|
||||
"""create the name of pins depend on the word size"""
|
||||
@@ -120,4 +119,4 @@ class tri_gate_array(design.design):
|
||||
layer="m1",
|
||||
offset=enbar_pin.ll().scale(0, 1),
|
||||
width=width,
|
||||
height=drc("minwidth_m1"))
|
||||
height=drc("minwidth_m1"))
|
||||
|
||||
Reference in New Issue
Block a user