Skip to content

Commit

Permalink
address concerns - update description
Browse files Browse the repository at this point in the history
Signed-off-by: Kareem Farid <[email protected]>
  • Loading branch information
kareefardi committed Feb 12, 2025
1 parent b7635ed commit af847cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlane/steps/openroad.py
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,7 @@ class _GlobalPlacement(OpenROADStep):
Variable(
"PL_KEEP_RESIZE_BELOW_OVERFLOW",
Optional[Decimal],
"Only applicable when PL_TIME_DRIVEN is enabled. When the overflow is below the set value, timing-driven iterations will retain the resizer changes instead of reverting them. Allowed values are 0 to 1.",
"Only applicable when PL_TIME_DRIVEN is enabled. When the overflow is below the set value, timing-driven iterations will retain the resizer changes instead of reverting them. Allowed values are 0 to 1. If not set, a nonzero default value from OpenROAD will be used",
),
]
)
Expand Down

0 comments on commit af847cb

Please sign in to comment.