mirror of https://github.com/VLSIDA/OpenRAM.git
sim_exe will be found everytime with func and char
This commit is contained in:
parent
071670bef0
commit
7220e0a483
|
|
@ -24,7 +24,7 @@ from .fake_sram import *
|
||||||
debug.info(1, "Initializing characterizer...")
|
debug.info(1, "Initializing characterizer...")
|
||||||
OPTS.spice_exe = ""
|
OPTS.spice_exe = ""
|
||||||
|
|
||||||
if not OPTS.analytical_delay:
|
if not OPTS.analytical_delay or OPTS.top_process in ["memfunc", "memchar"]:
|
||||||
if OPTS.spice_name:
|
if OPTS.spice_name:
|
||||||
# Capitalize Xyce
|
# Capitalize Xyce
|
||||||
if OPTS.spice_name == "xyce":
|
if OPTS.spice_name == "xyce":
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue