File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ global_route -guide_file $env(RESULTS_DIR)/route.guide \
3030set_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
3634set_propagated_clock [all_clocks]
3735estimate_parasitics -global_routing
@@ -86,6 +84,9 @@ report_metrics "global route"
8684puts " \n =========================================================================="
8785puts " check_antennas"
8886puts " --------------------------------------------------------------------------"
87+
88+ repair_antennas -iterations 5
89+ check_placement -verbose
8990check_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.
You can’t perform that action at this time.
0 commit comments