PEP8 cleanup

This commit is contained in:
mrg 2020-06-26 11:47:12 -07:00
parent af4ed3dd6e
commit 567675ab31
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class hierarchy_design(hierarchy_spice.spice, hierarchy_layout.layout):
except AttributeError:
lvs_subdir = "lvs_lib"
lvs_dir = OPTS.openram_tech + lvs_subdir + "/"
if os.path.exists(lvs_dir):
self.lvs_file = lvs_dir + name + ".sp"
else: