oddball / ipxact2systemverilog

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

vhdl: fixed issue when the value of the enums is in hex. #46

Closed vermaete closed 11 months ago

vermaete commented 11 months ago

@oddball

Hi,

I had an issue when creating VHDL when the value of an enum in IPXACT was in hexadecimal notation. Well, one issue discovered and fixed. And the tests is modified to cover this.

Would you mind make a release?

I guess I converted two truncated lines to slightly more readable code. I assume it was a linting/formatter who did that.

Best regards and and again thanks for the tools.

oddball commented 11 months ago

@vermaete 1.0.20 out now! Thanks for the fix