Optimizations to pbitcell spacings

This commit is contained in:
Michael Timothy Grimes
2018-11-01 07:58:20 -07:00
parent 98a00f985b
commit dc96d86082
2 changed files with 25 additions and 18 deletions
+1
View File
@@ -39,6 +39,7 @@ class design(hierarchy_design):
self.m3_width = drc("minwidth_metal3")
self.m3_space = drc("metal3_to_metal3")
self.active_width = drc("minwidth_active")
self.active_space = drc("active_to_body_active")
self.contact_width = drc("minwidth_contact")
self.poly_to_active = drc("poly_to_active")