mirror of https://github.com/VLSIDA/OpenRAM.git
Characterizer options
This commit is contained in:
parent
9aafada1ab
commit
471f68fab2
|
|
@ -91,6 +91,8 @@ class options(optparse.Values):
|
||||||
sim_data_path = None
|
sim_data_path = None
|
||||||
# A list of load/slew tuples
|
# A list of load/slew tuples
|
||||||
use_specified_load_slew = None
|
use_specified_load_slew = None
|
||||||
|
# Spice simulation raw file
|
||||||
|
spice_raw_file = None
|
||||||
|
|
||||||
###################
|
###################
|
||||||
# Run-time vs accuracy options.
|
# Run-time vs accuracy options.
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
ERROR: file magic.py: line 358: sram LVS mismatch (results in /tmp/openram_bugra_14157_temp/sram.lvs.report)
|
||||||
|
|
||||||
Loading…
Reference in New Issue