Altera_Forum
Honored Contributor
14 years agoAbout maximum RAM data rate in Stratix II
I want to store the data acquired by a ADC for later processing.The data rate is 250MHz and data width is 32bits. I generated a 256*32bits 1-port RAM with 250MHz inclk and 100MHz outclk by megafunction.But the read data looks "dirty" after writing.Then I reduced the capacity of the RAM to 128*32 according to the section "TriMatrix Embedded Memory Blocks in Stratix II and Stratix II GX Devices" in the handbook. I use a ROM signal source as clean input data to debug the code.The result of simulation looks right but the result from practice circuit show "dirty" data again.
I also generate a same size FIFO with 250MHz inclk and 100MHz outclk by megafunction.It can work well. I guess the maximum RAM data rate is slower than FIFO,but I wonder the available value."TriMatrix Embedded Memory Blocks in Stratix II and Stratix II GX Devices" shows the maxmum data rate is up to 400MHz! Could anyone give me help? Thanks.