Skip to content

Commit

Permalink
mpl2: MACRO_PLACE_HALO x and y are now separate
Browse files Browse the repository at this point in the history
same as for classic macro placement.

Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed May 18, 2024
1 parent 5f78b5e commit 51d82a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flow/scripts/macro_place_util.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ if {[find_macros] != ""} {
append additional_rtlmp_args " -min_num_macro $env(RTLMP_MIN_MACRO)"
}

append additional_rtlmp_args " -halo_width $halo_max"
append additional_rtlmp_args " -halo_width $halo_x"
append additional_rtlmp_args " -halo_height $halo_y"

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

0 comments on commit 51d82a9

Please sign in to comment.