Forum Discussion
Altera_Forum
Honored Contributor
11 years agoThe same problem reared its head in the 12 multiplier version. A silly mistake on my behalf.
I took the 12 multiplier outputs and wrote assign res = prod1 + prod2 + prod3 + prod4 + prod5 + prod6 + prod7 + prod8 + prod9 + prod10 + prod11 + prod12; This create a silly combinational path. I used PARALLEL_ADD instead and Voila!