Find a good solution to avoid name clashes. In the Verilog output, I relied on using _ as a prefix, but because VHDL doesn't allow this, and I want a general solution, this needs to change.
Find a good solution to avoid name clashes with Verilog and VHDL keywords.
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.
dev/todo/0.6.txt · Last modified: 2009/05/12 06:09 by jandecaluwe