sim_exe will be found everytime with func and char

This commit is contained in:
Bugra Onal 2023-07-07 12:39:19 -07:00
parent 071670bef0
commit 7220e0a483
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ from .fake_sram import *
debug.info(1, "Initializing characterizer...")
OPTS.spice_exe = ""
if not OPTS.analytical_delay:
if not OPTS.analytical_delay or OPTS.top_process in ["memfunc", "memchar"]:
if OPTS.spice_name:
# Capitalize Xyce
if OPTS.spice_name == "xyce":