Forum Discussion
Altera_Forum
Honored Contributor
12 years agoInfering DSP block in Arria V
Hello I'm trying to infer DSP blocks in my Arria V design as a replacement for my former ALTMULT_ADD instance in Stratix III. I notice that the input registers are placed outside (i.e. the DSP ...
Altera_Forum
Honored Contributor
12 years agoAnd it was the coding style:
Replacing "sum_next <= p0 + sum_cur;" by "sum_next <= sum_cur + p0;" results in placing the acc inside the DSP element.