We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595aeeb commit 8138659Copy full SHA for 8138659
flow/scripts/global_route.tcl
@@ -26,6 +26,10 @@ global_route -guide_file $env(RESULTS_DIR)/route.guide \
26
{*}[expr {[info exists ::env(GLOBAL_ROUTE_ARGS)] ? $::env(GLOBAL_ROUTE_ARGS) : \
27
{-congestion_iterations 30 -congestion_report_iter_step 5 -verbose}}]
28
29
+
30
+set_placement_padding -global \
31
+ -left $::env(CELL_PAD_IN_SITES_DETAIL_PLACEMENT) \
32
+ -right $::env(CELL_PAD_IN_SITES_DETAIL_PLACEMENT)
33
repair_antennas
34
check_placement -verbose
35
0 commit comments