oddball / ipxact2systemverilog

Translates IPXACT XML to synthesizable VHDL or SystemVerilog
GNU General Public License v2.0
56 stars 19 forks source link

Added a VHDL function to reset a specific register. #31

Closed oddball closed 2 years ago

oddball commented 2 years ago

This based on the register address. So, there are now two registers. One to reset all the registers. And one to reset one specific register.

I'm using this function to make a kind of clear-on-write register.

Signed-off-by: Jan Vermaete jan.vermaete@gmail.com