Skip to content

Commit 4e8c6ed

Browse files
committed
add clock layer range for sky130hs
Signed-off-by: Eder Monteiro <[email protected]>
1 parent d2e1362 commit 4e8c6ed

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

flow/platforms/sky130hs/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export PLACE_DENSITY ?= 0.50
7777
# ---------------------------------------------------------
7878
# FastRoute options
7979
export MIN_ROUTING_LAYER = met1
80+
export MIN_CLK_ROUTING_LAYER = met3
8081
export MAX_ROUTING_LAYER = met5
8182
#
8283
# Define fastRoute tcl
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
set_global_routing_layer_adjustment $::env(MIN_ROUTING_LAYER)-$::env(MAX_ROUTING_LAYER) 0.2
22

3+
set_routing_layers -clock $::env(MIN_CLK_ROUTING_LAYER)-$::env(MAX_ROUTING_LAYER)
34
set_routing_layers -signal $::env(MIN_ROUTING_LAYER)-$::env(MAX_ROUTING_LAYER)

0 commit comments

Comments
 (0)