SystemRDL / PeakRDL-ipxact

Import and export IP-XACT XML register models
http://peakrdl-ipxact.readthedocs.io
GNU General Public License v3.0
31 stars 10 forks source link

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

Closed amykyta3 closed 11 months ago

amykyta3 commented 11 months ago

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 commented 11 months ago

Fixed in 3.4.2