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.
1 parent 299deca commit 4f6fd3bCopy full SHA for 4f6fd3b
flow/scripts/global_place.tcl
@@ -41,10 +41,6 @@ if {$::env(GPL_ROUTABILITY_DRIVEN)} {
41
# Parameters for timing driven mode in global placement
42
if {$::env(GPL_TIMING_DRIVEN)} {
43
lappend global_placement_args {-timing_driven}
44
-
45
- # Timing-driven iterations will trigger with these overflow values
46
- set reweight_overflow {79 64 49 29 21 15}
47
- lappend global_placement_args {-timing_driven_net_reweight_overflow} $reweight_overflow
48
}
49
50
proc do_placement {place_density global_placement_args} {
0 commit comments