How to set HDL_PREFERENCE and MANAGED_FLOW_HDL_PREFERENCE per project
Hello,
for automatic generation of .ip files, Quartus is using MANAGED_FLOW_HDL_PREFERENCE setting in quartus2.ini, while platform designer uses HDL_PREFERENCE as default for HDL selection.
In Quartus Prime Standard, both options settings are changed simultaneously under Tools->Options->IP Settings, the settings can be also changed by a tcl command set_user_option, as specified.
In Quartus Prime Pro, the opions are changed under Setting->Board and IP Settings. Help claims the settings would be project-wide, but they are still stored in quartus2.ini for per Quartus version. set_user_option seems to have no effect on HDL_PREFERENCE settings.
The fact that particularly MANAGED_FLOW_HDL_PREFERENCE setting isn't stored with the project brings up problems when I'm expecting that certain IP is generated with a VHDL top level file, but it's generated in Verilog on a different Quartus installation.
There should be definitely respective global_parameter entries in settings file.
Regards,
Frank