mirror of https://github.com/VLSIDA/OpenRAM.git
Netlist only mode for ngspice delay test
This commit is contained in:
parent
dd5b2a5b59
commit
b25650eb07
|
|
@ -17,7 +17,7 @@ class timing_sram_test(openram_test):
|
|||
globals.init_openram("config_20_{0}".format(OPTS.tech_name))
|
||||
OPTS.spice_name="ngspice"
|
||||
OPTS.analytical_delay = False
|
||||
OPTS.trim_netlist = False
|
||||
OPTS.netlist_only = True
|
||||
|
||||
# This is a hack to reload the characterizer __init__ with the spice version
|
||||
from importlib import reload
|
||||
|
|
|
|||
Loading…
Reference in New Issue