Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
16 years ago

Cannot Synthesize initialized RAM logic!!

Hello, i wanted to initialize two two-dimensional arrays and used the following code segments: parameter MEM_SIZE = 128; reg sigma_d2n; reg Xn_k; initial begin index=127; for(k=0;k<MEM_SIZ...