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.
1 parent 4028ff8 commit 30d305cCopy full SHA for 30d305c
flow/designs/asap7/mock-array/config.mk
@@ -54,6 +54,7 @@ export MAX_ROUTING_LAYER = M7
54
55
# works with 28 or more iterations as of writing, so give it a few more.
56
export GLOBAL_ROUTE_ARGS=-congestion_iterations 40 -verbose
57
+export FASTROUTE_TCL = ./designs/$(PLATFORM)/mock-array/fastroute.tcl
58
59
# ensure we have some rows, so we don't get a bad clock skew.
60
export MACRO_HALO_X = 0.5
flow/designs/asap7/mock-array/fastroute.tcl
@@ -0,0 +1,2 @@
1
+set_global_routing_layer_adjustment $env(MIN_ROUTING_LAYER)-$env(MAX_ROUTING_LAYER) 0.45
2
+set_routing_layers -signal $env(MIN_ROUTING_LAYER)-$env(MAX_ROUTING_LAYER)
0 commit comments