Are there any good, existing software tools available to assist in generating C header files with appropriate #defines for register offsets as well as bit definitions from VHDL? If any such tools do exist, what restrictions to they place on the VHDL and how are things that should be exported designated?
So far, I've found these tools but they aren't exactly what I'm looking for:
- Vregs by Veripool
- SpectraReg by PDTi
- Bitwise by Duolog
Based upon these tools I am also interested if the proper workflow is to generate both the C and the VHDL rather than trying to go directly from VHDL (perhaps with extra tags in the comments) to C.