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 d2e1362 commit 4e8c6edCopy full SHA for 4e8c6ed
flow/platforms/sky130hs/config.mk
@@ -77,6 +77,7 @@ export PLACE_DENSITY ?= 0.50
77
# ---------------------------------------------------------
78
# FastRoute options
79
export MIN_ROUTING_LAYER = met1
80
+export MIN_CLK_ROUTING_LAYER = met3
81
export MAX_ROUTING_LAYER = met5
82
#
83
# Define fastRoute tcl
flow/platforms/sky130hs/fastroute.tcl
@@ -1,3 +1,4 @@
1
set_global_routing_layer_adjustment $::env(MIN_ROUTING_LAYER)-$::env(MAX_ROUTING_LAYER) 0.2
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)
0 commit comments