oddball / ipxact2systemverilog

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

Some work on the enumerations. #24

Closed vermaete closed 3 years ago

vermaete commented 3 years ago

Added the enumeration description to the VHDL code as comment.

Moved the info of the enumerations in the generated documentation from the table with the fields in a register to its own table. This allowed to add the description of the enumeration values. And make it more readable when having long names for enums.

The generated RTL code is still functional the same.

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