Prioritize Xyce to last until bugs resolved.

This commit is contained in:
mrg 2021-05-21 10:01:37 -07:00
parent 7c001732b1
commit eadf7eedc5
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if not OPTS.analytical_delay:
if OPTS.spice_exe=="" or OPTS.spice_exe==None:
debug.error("{0} not found. Unable to perform characterization.".format(OPTS.spice_name), 1)
else:
(OPTS.spice_name, OPTS.spice_exe) = get_tool("spice", ["Xyce", "ngspice", "ngspice.exe", "hspice", "xa"])
(OPTS.spice_name, OPTS.spice_exe) = get_tool("spice", ["ngspice", "ngspice.exe", "hspice", "xa", "Xyce"])
if OPTS.spice_name == "Xyce":
(OPTS.mpi_name, OPTS.mpi_exe) = get_tool("mpi", ["mpirun"])