Forum Discussion

Geert's avatar
Geert
Icon for New Contributor rankNew Contributor
5 years ago

Inference of DSP block with accumulator does not work

I'm trying to infer a DSP block with accumulator for Arria 10, using Quartus Prime 17.0. The high-level functionality I need is: if rising_edge(clk) then if sload = '1' then out <= a * ...