Skip to content

Commit 595aeeb

Browse files
committed
run repair_antennas after global route
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 548eb0d commit 595aeeb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flow/scripts/global_route.tcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ global_route -guide_file $env(RESULTS_DIR)/route.guide \
2626
{*}[expr {[info exists ::env(GLOBAL_ROUTE_ARGS)] ? $::env(GLOBAL_ROUTE_ARGS) : \
2727
{-congestion_iterations 30 -congestion_report_iter_step 5 -verbose}}]
2828

29+
repair_antennas
30+
check_placement -verbose
31+
2932

3033
set_propagated_clock [all_clocks]
3134
estimate_parasitics -global_routing

0 commit comments

Comments
 (0)