mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-07 11:21:14 +02:00
Remove add_mod and add module whenever calling add_inst.
This commit is contained in:
@@ -43,9 +43,6 @@ class and2_dec(design.design):
|
||||
height=self.height,
|
||||
size=self.size)
|
||||
|
||||
self.add_mod(self.nand)
|
||||
self.add_mod(self.inv)
|
||||
|
||||
def create_layout(self):
|
||||
|
||||
if "li" in layer:
|
||||
|
||||
Reference in New Issue
Block a user