PeakRDL-ipxact
PeakRDL-ipxact copied to clipboard
Import and export IP-XACT XML register models
Hi, What IPXACT xml tag is mapped to the hdl_path of a component? For example, I have an IPXACT file that one of its field supposed to have hdl_path, which...
Apparently kactus2 will generate IP-XACT that contains constant expressions: ```xml ('hABCD) / $pow(2,0) % $pow(2,8) ('hffff) / $pow(2,0) % $pow(2,8) ``` Look into extending the importer to parse and evaluate...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...