mirror of https://github.com/VLSIDA/OpenRAM.git
Characterizer options
This commit is contained in:
parent
219b29a833
commit
2101067e4a
|
|
@ -91,6 +91,8 @@ class options(optparse.Values):
|
|||
sim_data_path = None
|
||||
# A list of load/slew tuples
|
||||
use_specified_load_slew = None
|
||||
# Spice simulation raw file
|
||||
spice_raw_file = None
|
||||
|
||||
###################
|
||||
# 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