Forum Discussion
Hi @roberto_udc
You may checkout this similar post with a detailed answer. Let me know if it helps.
https://electronics.stackexchange.com/questions/363915/avoid-using-dsps-in-quartus-prime
Best Regards,
Richard Tan
p/s: If any answer from the community or Intel support are helpful, please feel free to give Kudos.
Unfortunately, my problem is slightly more complex and, somehow, the opposite one. Quartus uses one DSP to implement the product, but it wastes the possibility of implementing the addition inside the DSP.
I’ve tried this:
attribute multstyle of res : signal is "dsp";
But Quartus uses 1 DSP plus 17 ALM. The latter could be saved, in my opinion.
I think there must be a way to do it. I’ve tried with Vivado and the addition is performed inside the DSP, that is, one DSP and no LUTs. There should be a way to suggest Quartus to do the same.
Best