Enable datasheet generation by default

This commit is contained in:
Bugra Onal 2022-08-10 09:37:02 -07:00
parent 2101067e4a
commit ae107b635f
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class options(optparse.Values):
# Output config with all options
output_extended_config = False
# Output temporary file used to format HTML page
output_datasheet_info = False
output_datasheet_info = True
# Determines which analytical model to use.
# Available Models: elmore, linear_regression
model_name = "elmore"