We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9e0081 + c0818e1 commit 8c08a12Copy full SHA for 8c08a12
tools/AutoTuner/src/autotuner/distributed.py
@@ -495,6 +495,9 @@ def write_fast_route(variables, path):
495
sys.exit(1)
496
layer_cmd = "set_global_routing_layer_adjustment"
497
new_file = FR_ORIGINAL
498
+ # This is part of the defaults when no FASTROUTE_TCL is provided
499
+ if len(new_file) == 0:
500
+ new_file = "set_routing_layers -signal $::env(MIN_ROUTING_LAYER)-$::env(MAX_ROUTING_LAYER)"
501
for key, value in variables.items():
502
if key.startswith("LAYER_ADJUST"):
503
layer = key.lstrip("LAYER_ADJUST")
0 commit comments