Skip to content

Commit 4f6fd3b

Browse files
committed
leave only new comments in gpl tcl script
Signed-off-by: Augusto Berndt <[email protected]>
1 parent 299deca commit 4f6fd3b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

flow/scripts/global_place.tcl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ if {$::env(GPL_ROUTABILITY_DRIVEN)} {
4141
# Parameters for timing driven mode in global placement
4242
if {$::env(GPL_TIMING_DRIVEN)} {
4343
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
4844
}
4945

5046
proc do_placement {place_density global_placement_args} {

0 commit comments

Comments
 (0)