I'm looking for Registers automation solution for VLSI design.
i.e, some standard way to describe RTL registers in some text file, or XML, that can be processed to Verilog, VHDL, Specman, System Verilog, C header and HTML/PDF documentation.
Any recommendations?
I've found IP-XACT, which is an IEEE standard (http://standards.ieee.org/getieee/1685/download/1685-2009.pdf)
And even discovered that Cadence support it with Specman and SV scripts.
Is IP-XACT in common use?
Any opinions regarding it?
Any recommendations for the other required tools in the process? (easy editing of the XML file, Verilog, C and Documentation generation)
Of course, I can write these scripts myself, but it's silly to re-invent the wheel, if it had already been done before...
Thanks