-
Notifications
You must be signed in to change notification settings - Fork 323
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
[firtool] firrtl.AttributeAnnotation
on arrays is ignored by firtool
#7934
Comments
The annotation is applied correctly when the Would it make sense to have |
Hi thank you for the report! #7948 should resolve this issue. |
This PR changes to clone discardable attributes when operation is cloned. Fix #7934. AttributeAnnotation adds `sv.attributes` in LowerAnnotation as a discardable attribute which previously LowerTypes dropped.
Awesome 🎉🎉🎉 |
Following MWE is based on
sv-attr.fir
test:Generated SystemVerilog:
The issue exists in all firtool versions I tried, including 1.95.1 release and the main branch.
The text was updated successfully, but these errors were encountered: