SystemRDL / PeakRDL-regblock

Generate SystemVerilog RTL that implements a register block from compiled SystemRDL input.
http://peakrdl-regblock.readthedocs.io
GNU General Public License v3.0
52 stars 42 forks source link

Change SV sturcts to packed #78

Closed UniDanny closed 10 months ago

UniDanny commented 10 months ago

Using packed structs make it a lot easier to handle when integrating into an existing design. Unless there is a specific reason not to use packed structs, I suggest merging this change.