Forum Discussion
Altera_Forum
Honored Contributor
13 years agoYes, the full licensed versions of Modelsim and Questa support multiple languages; SystemC, VHDL, SystemVerilog, etc.
But it ain't free ... You can use Modelsim-ASE if you first use Quartus to output a Verilog netlist for your synthesizeable VHDL code. You can then run your SystemVerilog testbench with that code. You'll lose visibility into the internals of the design, but you can always run signals to I/O pins temporarily if needed ... And hey, don't forget that you can always re-write your testbench in VHDL, or your code in SystemVerilog :) Cheers, Dave