Skip to content

Commit cb4fa83

Browse files
committed
add new global routing config for sky130hd/aes
Signed-off-by: Eder Monteiro <[email protected]>
1 parent cc58ec2 commit cb4fa83

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

flow/designs/sky130hd/aes/config.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ export CORE_MARGIN = 2
1313

1414
export PLACE_DENSITY = 0.6
1515
export TNS_END_PERCENT = 100
16+
17+
export FASTROUTE_TCL = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/fastroute.tcl
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)