Skip to content

Commit b053438

Browse files
committed
set fastroute.tcl file for gf180 tech
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 247389c commit b053438

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

flow/platforms/gf180/config.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ export MIN_ROUTING_LAYER ?= Metal2
9494
export MAX_ROUTING_LAYER ?= Metal5
9595
export DISABLE_VIA_GEN ?= 1
9696

97+
# Define fastRoute tcl
98+
export FASTROUTE_TCL ?= $(PLATFORM_DIR)/fastroute.tcl
99+
97100
# KLayout layer properties
98101
export KLAYOUT_TECH_FILE = $(PLATFORM_DIR)/KLayout/gf180mcu_$(METAL_OPTION)_$(KVALUE)K_$(TRACK_OPTION).lyt
99102
export KLAYOUT_LEF_FILE = $(PLATFORM_DIR)/KLayout/tech_$(TRACK_OPTION)_$(METAL_OPTION).lef

flow/platforms/gf180/fastroute.tcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
set_global_routing_layer_adjustment $::env(MIN_ROUTING_LAYER)-$::env(MAX_ROUTING_LAYER) 0.25
2+
set_routing_layers -signal $::env(MIN_ROUTING_LAYER)-$::env(MAX_ROUTING_LAYER)
3+

0 commit comments

Comments
 (0)