DRC and LVS fixes for pinv_dec

This commit is contained in:
mrg
2020-06-12 15:23:51 -07:00
parent 443b8fbe23
commit 33a32101c9
5 changed files with 60 additions and 27 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ class hierarchy_design(hierarchy_spice.spice, hierarchy_layout.layout):
# If we have a separate lvs directory, then all the lvs files
# should be in there (all or nothing!)
lvs_dir = OPTS.openram_tech + "lvs_lib/"
if os.path.exists(lvs_dir):
# Calibre will do the scaling in s8
if os.path.exists(lvs_dir): # and OPTS.lvs_exe[0]!="calibre":
self.lvs_file = lvs_dir + name + ".sp"
else:
self.lvs_file = self.sp_file