Change options to use route perimeter pins and supply as tree by default.

This commit is contained in:
mrg 2020-12-23 07:25:07 -08:00
parent 1885794016
commit e59333a232
2 changed files with 2 additions and 5 deletions

View File

@ -92,7 +92,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.
@ -141,7 +141,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

View File

@ -11,9 +11,6 @@ num_words = 16
tech_name = OPTS.tech_name
perimeter_pins = True
nominal_corner_only = True
route_supplies = "tree"
check_lvsdrc = True