We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef15271 + cc66de4 commit 001397bCopy full SHA for 001397b
flow/designs/nangate45/bp_be_top/config.mk
@@ -30,3 +30,7 @@ export MACRO_PLACE_HALO = 10 10
30
31
export PLACE_DENSITY_LB_ADDON = 0.10
32
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
flow/designs/nangate45/bp_be_top/fastroute.tcl
@@ -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