Enable pruning by default (except on unit tests)

This commit is contained in:
mrg
2021-04-07 16:08:29 -07:00
parent 61b1b90dd3
commit b510925bdb
15 changed files with 25 additions and 9 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ class options(optparse.Values):
# This determines whether LVS and DRC is checked for every submodule.
inline_lvsdrc = False
# Remove noncritical memory cells for characterization speed-up
trim_netlist = False
trim_netlist = True
# Run with extracted parasitics
use_pex = False
# Output config with all options