We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
a8a65db
macOS
read_rtlil <<EOF attribute \a 32's00000000000000000000000000000100 attribute \b 32'00000000000000000000000000000100 attribute \c 5's00100 attribute \d 5'00100 module \top end EOF write_rtlil /tmp/save.il design -reset read_rtlil /tmp/save.il write_rtlil /tmp/save.il design -reset read_rtlil /tmp/save.il dump
Values of a and b are distinguishable
a
b
autoidx 1 attribute \d 5'00100 attribute \c 5's00100 attribute \b 4 attribute \a 4 module \top end
Values for c and d are distinguishable, not so for a and b
c
d
This is due to the autoint branch in RTLIL_BACKEND::dump_const
RTLIL_BACKEND::dump_const
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
a8a65db
On which OS did this happen?
macOS
Reproduction Steps
Expected Behavior
Values of
a
andb
are distinguishableActual Behavior
Values for
c
andd
are distinguishable, not so fora
andb
This is due to the autoint branch in
RTLIL_BACKEND::dump_const
The text was updated successfully, but these errors were encountered: