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 0dd079e commit 0250135Copy full SHA for 0250135
flow/designs/sky130hs/riscv32i/config.mk
@@ -10,3 +10,5 @@ export PLACE_DENSITY_LB_ADDON = 0.2
10
# many east pins cause global routing congestion
11
export PLACE_PINS_ARGS=-min_distance 6 -min_distance_in_tracks
12
export TNS_END_PERCENT = 100
13
+
14
+export FASTROUTE_TCL = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/fastroute.tcl
flow/designs/sky130hs/riscv32i/fastroute.tcl
@@ -0,0 +1,3 @@
1
+set_global_routing_layer_adjustment $::env(MIN_ROUTING_LAYER)-$::env(MAX_ROUTING_LAYER) 0.15
2
3
+set_routing_layers -signal $::env(MIN_ROUTING_LAYER)-$::env(MAX_ROUTING_LAYER)
0 commit comments