Skip to content

Commit ea600eb

Browse files
authored
Merge pull request #2018 from Pinata-Consulting/mpl2-separate-x-y-halo
mpl2: MACRO_PLACE_HALO x and y are now separate
2 parents 0557278 + 51d82a9 commit ea600eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flow/scripts/macro_place_util.tcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ if {[find_macros] != ""} {
7272
append additional_rtlmp_args " -min_num_macro $env(RTLMP_MIN_MACRO)"
7373
}
7474

75-
append additional_rtlmp_args " -halo_width $halo_max"
75+
append additional_rtlmp_args " -halo_width $halo_x"
76+
append additional_rtlmp_args " -halo_height $halo_y"
7677

7778
if { [info exists ::env(RTLMP_MIN_AR)]} {
7879
append additional_rtlmp_args " -min_ar $env(RTLMP_MIN_AR)"

0 commit comments

Comments
 (0)