mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-08 04:11:47 +02:00
Xyce can be capital or lower case
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user