Add boundary to every module and pgate for visual debug.

This commit is contained in:
mrg
2019-06-03 15:27:37 -07:00
parent 1268a7927b
commit fc12ea24e9
23 changed files with 35 additions and 10 deletions
+2
View File
@@ -68,6 +68,8 @@ class bitcell_array(design.design):
self.add_layout_pins()
self.add_boundary()
self.DRC_LVS()
def add_pins(self):