Skip to content
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

Fixes observed nondeterminism in synthesis #92

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

Conversation

QuantamHD
Copy link
Collaborator

The dff flag passed to abc appears to cause non-determinism in the generated netlist.

@mithro
Copy link
Member

mithro commented Feb 12, 2022

I think this needs an associated github issue tracking what would need to change for -dff to be readded?

@mithro
Copy link
Member

mithro commented Feb 14, 2022

If possible it would be great to have a test which verifies everything now stays deterministic. Don't know how hard that would be?

@ted-xie
Copy link

ted-xie commented Mar 30, 2022

This seems more like an ABC bug than anything else. For repro, I think you can just synthesize the same RTL a bunch of times, and you can check if all of the output netlists are identical.

The dff flag passed to abc appears to cause non-determinism in the generated netlist.
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.

None yet

3 participants