Altera_Forum
Honored Contributor
13 years agoCreating Verilog code from RTL ?
Hi,
Using QuartusII, I have built and compiled my design using the Block (schematic) editor, and now wish to simulate it in ModelSim. The compilation generates a .vo file which is a Verilog representation of the final implementation (on a MaxII device in my case), which can be read by ModelSim. This works OK, but does not allow me access to any internal nets, because they whole structure is remapped to suit the target device. The internal nets I want to monitor are all in there somewhere, but it is virtually impossible to work out what's what. A workaround is to connect the internal nets I want to see to output pins, but this seems very clunky, and means the final design is not quite what I will be simulating -- scope for mistakes. The compilation also produces an RTL representation, and it seems to me that a Verilog version of this RTL would be much more suitable for simulation, and would allow easy identification of internal nets. Is there any way of generating Verilog from the RTL, or any other way of generating a simpler Verilog version than the standard .vo file ? Thanks, Ken.