Skip to content

Conversation

@luarss
Copy link
Contributor

@luarss luarss commented Nov 27, 2025

Fixes #3385

Signed-off-by: Jack Luar <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
lappend global_placement_args -min_phi_coef $::env(MIN_PLACE_STEP_COEF)
}

if { [info exists ::env(MAX_PLACE_STEP_COEF)] } {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

with default values, no need for exists checks; simplify code

Signed-off-by: Jack Luar <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make global placement min/max phi coef tunable

2 participants