mirror of https://github.com/VLSIDA/OpenRAM.git
Make xa least priority since it fails functional tests.
This commit is contained in:
parent
30c74accaf
commit
2236ca40df
|
|
@ -21,7 +21,7 @@ if not OPTS.analytical_delay:
|
||||||
if OPTS.spice_exe=="" or OPTS.spice_exe==None:
|
if OPTS.spice_exe=="" or OPTS.spice_exe==None:
|
||||||
debug.error("{0} not found. Unable to perform characterization.".format(OPTS.spice_name),1)
|
debug.error("{0} not found. Unable to perform characterization.".format(OPTS.spice_name),1)
|
||||||
else:
|
else:
|
||||||
(OPTS.spice_name,OPTS.spice_exe) = get_tool("spice",["xa", "hspice", "ngspice", "ngspice.exe"])
|
(OPTS.spice_name,OPTS.spice_exe) = get_tool("spice",["hspice", "ngspice", "ngspice.exe", "xa"])
|
||||||
|
|
||||||
# set the input dir for spice files if using ngspice
|
# set the input dir for spice files if using ngspice
|
||||||
if OPTS.spice_name == "ngspice":
|
if OPTS.spice_name == "ngspice":
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue