Fix SRAM to use simulation spice instead of LVS spice

This commit is contained in:
mrg 2020-08-12 10:41:21 -07:00
parent 8ec10cacd7
commit 0bec6f0439
1 changed files with 3 additions and 3 deletions

View File

@ -90,9 +90,9 @@ class sram():
# Save the LVS file
start_time = datetime.datetime.now()
spname = OPTS.output_path + self.s.name + ".lvs"
debug.print_raw("LVS: Writing to {0}".format(spname))
self.lvs_write(spname)
lvsname = OPTS.output_path + self.s.name + ".lvs.sp"
debug.print_raw("LVS: Writing to {0}".format(lvsname))
self.lvs_write(lvsname)
print_time("LVS writing", datetime.datetime.now(), start_time)
# Save the extracted spice file