Skip to content

Commit

Permalink
test dpo
Browse files Browse the repository at this point in the history
Signed-off-by: Kareem Farid <kareefardi@users.noreply.github.com>
  • Loading branch information
kareefardi committed Oct 16, 2024
1 parent 7582da7 commit c5b499e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openlane/scripts/openroad/common/dpl.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ remove_fillers
detailed_placement\
-max_displacement [subst { $::env(PL_MAX_DISPLACEMENT_X) $::env(PL_MAX_DISPLACEMENT_Y) }]

improve_placement -max_displacement "5 1"

if { [info exists ::env(PL_OPTIMIZE_MIRRORING)] && $::env(PL_OPTIMIZE_MIRRORING) } {
optimize_mirroring
}
Expand Down

0 comments on commit c5b499e

Please sign in to comment.