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 agoHi Aprado,
Now the result in stored in array if I don't use for structure. But could you explain why this happens only without for structure. Also I am actually designing FIR filter which is supposed to have 100 coefficients. That is why I used for structure, because without that I will have to manually write 100 multiplications. I appreciate your help.