PeakRDL
PeakRDL copied to clipboard
Control and status register code generator toolchain
Hi! Can we add a feature that will add the registers/fields names and descriptions from the RDL to the SystemVerilog files? It will make debugging the modules much easier if...
**Describe the bug** See #16 for the background. In order to replicate, run the following to perform an editable installation of peakrdl-regblock: ``` $ mkdir testcase $ cd testcase/ $...
**Is this related to a PeakRDL sub-command?** If so, please open an issue in the appropriate `PeakRDL-***` project: https://github.com/orgs/SystemRDL/repositories **Describe the problem/limitation you think should be addressed** A clear and...
Currently all extensions are discovered and imported unconditionally upon each invocation of the tool. This is not great. Instead, rework the command-line processor so that the specific exporter plugin is...
Splitting this into a separate request described by @risto97 in #17: > Did you think of separating peakrdl from all of the plugins, so they are not installed when installing...
Hi Alex, @amykyta3 I became very interested in your work regarding SystemRDL/PeakRDL. I am a freelancer in FPGA/ASIC design, and have a few customers that maintain separate (msword) documentation and...
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...
I have a very simple description ``` addrmap Main { default regwidth = 32; reg { field {sw = rw; hw = r; fieldwidth = 7;} C1; field {sw =...
**Is this related to a PeakRDL sub-command?** No **Describe the problem/limitation you think should be addressed** It would be convenient to enable registering customer User-Defined Properties Classes (as shown [here](https://systemrdl-compiler.readthedocs.io/en/stable/api/udp.html))....
**Is this related to a PeakRDL sub-command?** If so, please open an issue in the appropriate `PeakRDL-***` project: https://github.com/orgs/SystemRDL/repositories **Describe the problem/limitation you think should be addressed** A clear and...