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

[FEATURE] Parameters in regblock package #112

Open benoitdenkinger opened 5 months ago

benoitdenkinger commented 5 months ago

Hello,

I'm facing the case where I have an addrmap parameter that is used to define my SystemRDL description. It would be nice if this parameter could be instantiated in the regblock_pkg.sv so it can be used on the logic side attached to the regblock.

Thanks