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
@@ -34,7 +34,7 @@ if not OPTS.analytical_delay:
else:
(OPTS.spice_name, OPTS.spice_exe) = get_tool("spice", ["ngspice", "ngspice.exe", "hspice", "xa", "Xyce"])
if OPTS.spice_name == "Xyce":
if OPTS.spice_name in ["Xyce", "xyce"]:
(OPTS.mpi_name, OPTS.mpi_exe) = get_tool("mpi", ["mpirun"])
OPTS.hier_seperator = ":"
else: