-
Notifications
You must be signed in to change notification settings - Fork 906
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
level of non-const reset logged incorrectly? after #4569 #4869
Comments
In both cases, the |
Thanks for explaining! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
0.49
On which OS did this happen?
macOS
Reproduction Steps
mkdir and cd into an empty directory, where you download and untar this archive:
yosys_repro.tgz
Then
/path/to/yosys run.ys
.Expected Behavior
For this negative asynchronous reset:
proc_dff
(run as part ofsynth
) should report the following:Actual Behavior
The issue bisects to #4569 (i.e. after Yosys 0.44+60)-- in the latest version, the log states the following:
Notice how the non-const reset is reported as positive level.
Yet, with the provided mapping file, the result from synthesis is identical to the expected behavior. I've provided the logs AND output netlist from both a known-working version and 0.49 in the reproducible tarball.
To be 100% clear, I'm not sure if I'm misunderstanding something or if this is an actual logging bug.
EDIT: Updated the issue because I'd switched Expected and Actual Behavior sections around.
The text was updated successfully, but these errors were encountered: