Skip to content

Commit 30d305c

Browse files
eder-matheusvvbandeira
authored andcommitted
add custom fastroute.tcl for asap7/mock-array design
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 4028ff8 commit 30d305c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

flow/designs/asap7/mock-array/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export MAX_ROUTING_LAYER = M7
5454

5555
# works with 28 or more iterations as of writing, so give it a few more.
5656
export GLOBAL_ROUTE_ARGS=-congestion_iterations 40 -verbose
57+
export FASTROUTE_TCL = ./designs/$(PLATFORM)/mock-array/fastroute.tcl
5758

5859
# ensure we have some rows, so we don't get a bad clock skew.
5960
export MACRO_HALO_X = 0.5
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
set_global_routing_layer_adjustment $env(MIN_ROUTING_LAYER)-$env(MAX_ROUTING_LAYER) 0.45
2+
set_routing_layers -signal $env(MIN_ROUTING_LAYER)-$env(MAX_ROUTING_LAYER)

0 commit comments

Comments
 (0)