Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Won't it be fine if I do all the code in VHDL except for the interface to QSYS. I will just make my VHDL code a component and put it in Verilog --- Quote End --- Mixing source is fine if you have modelsim-se as it supports mixed-language simulation. modelsim-ase only supports single-language simulation. You cannot use the synthesis and create .vo netlist trick, since the BFM cannot be synthesized. Cheers, Dave