Skip to content

Commit 001397b

Browse files
committed
Merge remote-tracking branch 'origin/master' into update-or
Signed-off-by: Matt Liberty <[email protected]>
2 parents ef15271 + cc66de4 commit 001397b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

flow/designs/nangate45/bp_be_top/config.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ export MACRO_PLACE_HALO = 10 10
3030

3131
export PLACE_DENSITY_LB_ADDON = 0.10
3232
export TNS_END_PERCENT = 100
33+
34+
export SYNTH_MINIMUM_KEEP_SIZE = 3000
35+
36+
export FASTROUTE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/fastroute.tcl
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
set_global_routing_layer_adjustment metal2-metal3 0.4
2+
set_global_routing_layer_adjustment metal4-$::env(MAX_ROUTING_LAYER) 0.15
3+
4+
set_routing_layers -signal $::env(MIN_ROUTING_LAYER)-$::env(MAX_ROUTING_LAYER)

0 commit comments

Comments
 (0)