Skip to content

Commit

Permalink
set orfs dpo default values
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 Dec 15, 2024
1 parent a4fe564 commit 28c1b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlane/scripts/openroad/common/dpl.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ remove_fillers
detailed_placement\
-max_displacement [subst { $::env(PL_MAX_DISPLACEMENT_X) $::env(PL_MAX_DISPLACEMENT_Y) }]

improve_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 28c1b64

Please sign in to comment.