mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-01 18:48:10 +02:00
Make graph router the default supply router
This commit is contained in:
+1
-1
@@ -113,7 +113,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 = "tree"
|
||||
route_supplies = "graph"
|
||||
supply_pin_type = "ring"
|
||||
# This determines whether LVS and DRC is checked at all.
|
||||
check_lvsdrc = False
|
||||
|
||||
Reference in New Issue
Block a user