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

Importer should set the hw property based on IP_XACT's volatile tag #21

Closed
amykyta3 opened this issue Jul 20, 2023 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@amykyta3
Copy link
Member

Currently, hw is never set, which results in it inheriting the RDL default of rw.

When generating UVM from this, it results in the model to set each field as volatile.
Since IP-XACT has the <ipxact:volatile> attribute, update the importer to use that to imply the hardware access of the field.

@amykyta3
Copy link
Member Author

Fixed in 3.4.2

@amykyta3 amykyta3 added the bug Something isn't working label Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant