mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
sim_exe will be found everytime with func and char
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user