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.
2 parents 0557278 + 51d82a9 commit ea600ebCopy full SHA for ea600eb
flow/scripts/macro_place_util.tcl
@@ -72,7 +72,8 @@ if {[find_macros] != ""} {
72
append additional_rtlmp_args " -min_num_macro $env(RTLMP_MIN_MACRO)"
73
}
74
75
- append additional_rtlmp_args " -halo_width $halo_max"
+ append additional_rtlmp_args " -halo_width $halo_x"
76
+ append additional_rtlmp_args " -halo_height $halo_y"
77
78
if { [info exists ::env(RTLMP_MIN_AR)]} {
79
append additional_rtlmp_args " -min_ar $env(RTLMP_MIN_AR)"
0 commit comments