Xyce can be capital or lower case

This commit is contained in:
mrg
2021-05-21 12:04:26 -07:00
parent d51ec4fe45
commit fc17a1ff45
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ def parse_spice_list(filename, key):
full_filename="{0}xa.meas".format(OPTS.openram_temp)
elif OPTS.spice_name == "spectre":
full_filename = os.path.join(OPTS.openram_temp, "delay_stim.measure")
elif OPTS.spice_name == "Xyce":
elif OPTS.spice_name in ["Xyce", "xyce"]:
full_filename = os.path.join(OPTS.openram_temp, "spice_stdout.log")
else:
# ngspice/hspice using a .lis file