mirror of https://github.com/VLSIDA/OpenRAM.git
Enable datasheet generation by default
This commit is contained in:
parent
2101067e4a
commit
ae107b635f
|
|
@ -115,7 +115,7 @@ class options(optparse.Values):
|
||||||
# Output config with all options
|
# Output config with all options
|
||||||
output_extended_config = False
|
output_extended_config = False
|
||||||
# Output temporary file used to format HTML page
|
# Output temporary file used to format HTML page
|
||||||
output_datasheet_info = False
|
output_datasheet_info = True
|
||||||
# Determines which analytical model to use.
|
# Determines which analytical model to use.
|
||||||
# Available Models: elmore, linear_regression
|
# Available Models: elmore, linear_regression
|
||||||
model_name = "elmore"
|
model_name = "elmore"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue