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 cc58ec2 commit cb4fa83Copy full SHA for cb4fa83
flow/designs/sky130hd/aes/config.mk
@@ -13,3 +13,5 @@ export CORE_MARGIN = 2
13
14
export PLACE_DENSITY = 0.6
15
export TNS_END_PERCENT = 100
16
+
17
+export FASTROUTE_TCL = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/fastroute.tcl
flow/designs/sky130hd/aes/fastroute.tcl
@@ -0,0 +1,5 @@
1
+set_global_routing_layer_adjustment $::env(MIN_ROUTING_LAYER)-$::env(MAX_ROUTING_LAYER) 0.4
2
3
+set_routing_layers -clock $::env(MIN_CLK_ROUTING_LAYER)-$::env(MAX_ROUTING_LAYER)
4
+set_routing_layers -signal $::env(MIN_ROUTING_LAYER)-$::env(MAX_ROUTING_LAYER)
5
0 commit comments