Merged and addressed conflict in delay.py

This commit is contained in:
Hunter Nichols
2021-01-06 01:37:16 -08:00
86 changed files with 916 additions and 17029 deletions
+2 -2
View File
@@ -94,7 +94,7 @@ class options(optparse.Values):
# When enabled, layout is not generated (and no DRC or LVS are performed)
netlist_only = False
# Whether we should do the final power routing
route_supplies = False
route_supplies = "tree"
# This determines whether LVS and DRC is checked at all.
check_lvsdrc = False
# This determines whether LVS and DRC is checked for every submodule.
@@ -145,7 +145,7 @@ class options(optparse.Values):
# run (doesn't purge on errors, anyhow)
# Route the input/output pins to the perimeter
perimeter_pins = False
perimeter_pins = True
keep_temp = False