Forum Discussion
Altera_Forum
Honored Contributor
14 years agoStoring data in array
Hi, I wrote a simple code for multiplication and wanted to store the result in an array. The code does not show any error during compilation, but the output is zeros. Could some one tell me wh...
Altera_Forum
Honored Contributor
14 years agoThere's no obvious reason for failure of your code. But you're showing only a snippet and there may be trivial problems like not initializing n.
If you extend the code to 100 multiplications (and respective additions), it will hardly synthesize with resonable clock speeds without pipelining the adders.