Forum Discussion
Altera_Forum
Honored Contributor
11 years agoI *think* the issue is; --file-set=QUARTUS_SYNTH
For synthesis Quartus handles any combination of languages (VHDL+Verilog+AHDL), so ip-generate generates the synthesis source in whatever format it comes in. For simulation, Modelsim-ASE can only handle one language, eg., VHDL or Verilog (VHDL + encrypted SystemVerilog also seems to be acceptable), so if you run ip-generate for simulation, then I think --language=VHDL will be respected. Cheers, Dave