On top of the DOC, I would like to get a concrete example for the QSF.
When I use this it is taken by Quartus:
set_instance_assignment -name EDA_DESIGN_ENTRY_SYNTHESIS_TOOL "Synplify Pro"
If I leave it just like this it says other parameters are required (warning).
When I add this:
set_instance_assignment -name EDA_INPUT_DATA_FORMAT VQM
set_instance_assignment -name EDA_RUN_TOOL_AUTOMATICALLY OFF
It gives a qsf error while loading it.
same with
set_instance_assignment -name EDA_INPUT_DATA_FORMAT "VQM"
set_instance_assignment -name EDA_RUN_TOOL_AUTOMATICALLY OFF
What are the 3 others correct lines to add in the QSF on top of the EDA_DESIGN_ENTRY_SYNTHESIS_TOOL?
BTW, I use Synplify Premier, but I guess it is equivalent to Synplify pro.
I remember that in the past it was required to mention the Synplify eda tool for quartus to understand the vqm,
but that does not seems the case anymore, so I guess I could live with a qsf without EDA_DESIGN_ENTRY_SYNTHESIS_TOOL actually.
Thanks.