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 4e8c6ed commit f08ddb6Copy full SHA for f08ddb6
flow/platforms/nangate45/config.mk
@@ -72,6 +72,7 @@ export PLACE_DENSITY ?= 0.30
72
# ---------------------------------------------------------
73
# FastRoute options
74
export MIN_ROUTING_LAYER = metal2
75
+export MIN_CLK_ROUTING_LAYER = metal4
76
export MAX_ROUTING_LAYER = metal10
77
78
# Define fastRoute tcl
flow/platforms/nangate45/fastroute.tcl
@@ -1,4 +1,5 @@
1
set_global_routing_layer_adjustment metal2-metal3 0.5
2
set_global_routing_layer_adjustment metal4-$::env(MAX_ROUTING_LAYER) 0.25
3
4
+set_routing_layers -clock $::env(MIN_CLK_ROUTING_LAYER)-$::env(MAX_ROUTING_LAYER)
5
set_routing_layers -signal $::env(MIN_ROUTING_LAYER)-$::env(MAX_ROUTING_LAYER)
0 commit comments