Skip to content

Commit 8d6a99d

Browse files
committed
Merge branch 'master' into secure-yosys0.41
Signed-off-by: Matt Liberty <[email protected]>
2 parents 27afdb1 + ea600eb commit 8d6a99d

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)