oddball / ipxact2systemverilog

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

vhdl: std_ulogic (default) or std_logic #47

Closed vermaete closed 1 year ago

vermaete commented 1 year ago

Hi Andreas,

Another pull request. This time it is possible to generated resolved logic (std_logic, std_logic_vector) if selected in the config file.

Default the tool will create unresolved logic. As it was in the past. When setting 'std' at 'resoved' under vhdl it will generated the more used unresolved logic. 'std' can also be set at 'unresolved'.

[vhdl]
std = resolved

The tests for the no_default test suite are updated. The output of the defaults (being in this case std_ulogic) are still the same. The code is used and tested in another project without issues.

Would you mind creating another release?

What's still on the list:

Br,