Skip to content

Commit 2e1360e

Browse files
committed
sky130hd/uW: use non-default configs for GRT
Signed-off-by: Arthur Koucher <[email protected]>
1 parent b9b7f04 commit 2e1360e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

flow/designs/sky130hd/microwatt/config.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ export SKIP_GATE_CLONING = 1
3333

3434
export SETUP_SLACK_MARGIN = 0.2
3535

36+
# GRT non-default config
37+
export FASTROUTE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/fastroute.tcl
38+
3639
# This is high, some SRAMs should probably be converted
3740
# to real SRAMs and not instantiated as flops
3841
export SYNTH_MEMORY_MAX_BITS ?= 42000
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.15
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)