Skip to content

Add a less operator to BddPortVarMap #258

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maliberty
Copy link
Contributor

bdd_port_var_map_, of type BddPortVarMap, is iterated over in Power::evalBddActivity. Previously the map used pointer comparison so the iteration order was non-deterministic. The computed density was therefore non-deterministic due to the non-associativity of floating-point addition.

bdd_port_var_map_, of type BddPortVarMap, is iterated over in
Power::evalBddActivity.  Previously the map used pointer comparison so
the iteration order was non-deterministic.  The computed density was
therefore non-deterministic due to the non-associativity of
floating-point addition.

Signed-off-by: Matt Liberty <[email protected]>
openroad-ci pushed a commit to The-OpenROAD-Project-staging/OpenROAD that referenced this pull request Jun 14, 2025
Until parallaxsw/OpenSTA#258 is merged and OR updated.

Signed-off-by: Matt Liberty <[email protected]>
maliberty added a commit to The-OpenROAD-Project/OpenSTA that referenced this pull request Jun 15, 2025
Anticipating the merge to the upstream and trying to stabilize the OR CI.

Signed-off-by: Matt Liberty <[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.

1 participant