mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-02 23:09:02 +02:00
Merged with dev
This commit is contained in:
+8
-4
@@ -32,7 +32,7 @@ class options(optparse.Values):
|
||||
|
||||
# By default, use local arrays with a max fanout of 16
|
||||
#local_array_size = 16
|
||||
|
||||
|
||||
# Write mask size, default will be overwritten with word_size if not user specified
|
||||
write_size = None
|
||||
|
||||
@@ -79,7 +79,10 @@ class options(optparse.Values):
|
||||
os.getpid())
|
||||
# This is the verbosity level to control debug information. 0 is none, 1
|
||||
# is minimal, etc.
|
||||
debug_level = 0
|
||||
verbose_level = 0
|
||||
# Drop to pdb on failure?
|
||||
debug = False
|
||||
|
||||
|
||||
###################
|
||||
# Run-time vs accuracy options.
|
||||
@@ -136,8 +139,9 @@ class options(optparse.Values):
|
||||
|
||||
# Route the input/output pins to the perimeter
|
||||
perimeter_pins = False
|
||||
|
||||
purge_temp = True
|
||||
|
||||
keep_temp = False
|
||||
|
||||
|
||||
# These are the default modules that can be over-riden
|
||||
bitcell_suffix = ""
|
||||
|
||||
Reference in New Issue
Block a user