Skip to content

Commit 1883feb

Browse files
committed
move repair_antennas to run after repair_design and repair_timing
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 4f1121b commit 1883feb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

flow/scripts/global_route.tcl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ global_route -guide_file $env(RESULTS_DIR)/route.guide \
3030
set_placement_padding -global \
3131
-left $::env(CELL_PAD_IN_SITES_DETAIL_PLACEMENT) \
3232
-right $::env(CELL_PAD_IN_SITES_DETAIL_PLACEMENT)
33-
repair_antennas -iterations 5
34-
check_placement -verbose
3533

3634
set_propagated_clock [all_clocks]
3735
estimate_parasitics -global_routing
@@ -86,6 +84,9 @@ report_metrics "global route"
8684
puts "\n=========================================================================="
8785
puts "check_antennas"
8886
puts "--------------------------------------------------------------------------"
87+
88+
repair_antennas -iterations 5
89+
check_placement -verbose
8990
check_antennas -report_file $env(REPORTS_DIR)/antenna.log -report_violating_nets
9091

9192
# Write SDC to results with updated clock periods that are just failing.

0 commit comments

Comments
 (0)