Description
Due to a problem with the Stratix® 10 Native Floating Point DSP IP in Quartus® Prime Pro software version 17.1 Stratix 10 ES Edition, you may observe the above error during compilation if you are using the multiplication mode.
Resolution
Do the following changes in the <ip_file_name>_altera_s10fpdsp_block_160_mdhrmmi.sv:
from
.adder_input_clock("0") //(line 28)
to
.adder_input_clock("NONE")
This problem is fixed starting in Quartus Prime Pro v17.1 release software.