0.6dev7 has been released. Outstanding bugs addressed, and bit inversion issue solved. — Jan Decaluwe 2008/03/18 21:17
0.6dev6 has been released. Should be very usable - I did a real project with it. — Jan Decaluwe 2008/02/26 16:08
As always, the features that work are defined by succesful unit tests. The following unit tests are related to VHDL conversion:
myhdl/test/toVHDL directory.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.