I was wondering how I can get Quartus to automatically generate VHDL IP from Qsys files, instead of the default Verilog.
I know I can change this in the command line or Platform Designer GUI for each Qsys block. However, I want to get it to work such that any designer using my project file doesn't need to open a lot of platform designer GUIs, to let the flow generate VHDL instead of Verilog.
I tried to change the following line in the Qsys files, but this does not look to have any effect:
<parameter name="hdlLanguage" value="VHDL" />