Merged with dev

This commit is contained in:
Hunter Nichols
2020-11-10 15:47:56 -08:00
375 changed files with 20170 additions and 15576 deletions
+8 -4
View File
@@ -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 = ""