Skip to content

Commit 8138659

Browse files
committed
set placement padding before repair_antennas
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 595aeeb commit 8138659

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flow/scripts/global_route.tcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ 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+
30+
set_placement_padding -global \
31+
-left $::env(CELL_PAD_IN_SITES_DETAIL_PLACEMENT) \
32+
-right $::env(CELL_PAD_IN_SITES_DETAIL_PLACEMENT)
2933
repair_antennas
3034
check_placement -verbose
3135

0 commit comments

Comments
 (0)