All modules have split netlist/layout.

This commit is contained in:
Matt Guthaus
2018-08-27 11:13:34 -07:00
parent 87f539f3a8
commit 0daad338e4
6 changed files with 134 additions and 78 deletions
+1
View File
@@ -127,6 +127,7 @@ class layout(lef.lef):
inst.mirror = mirror
inst.rotate = rotate
inst.update_boundary()
return inst
def add_inst(self, name, mod, offset=[0,0], mirror="R0",rotate=0):
"""Adds an instance of a mod to this module"""