0.6 has been released.
print statement support inout handlingtoVerilog so that it can work with the new verification method also. In particular, print statements should be handled properly.if __debug__ functionality with new verification capabilities _ as a prefix, but because VHDL doesn't allow this, and I want a general solution, this needs to change.Currently, ROMs are inferred from case statements, as in Verilog. Users and synthesis tools may prefer arrays of integers. Feedback welcome.
It is straightforward to support the
__toVHDL__ attribute for user-defined VHDL, similar to the Verilog solution. This may not be sufficient however, because VHDL requires instantiated components to be declared in the code. We may have to add a way to add such user-defined declarations.