When capturing ADC's data to the DRAM, we want to be sure the DRAM is able to keep up with the incoming data stream. Adding an overflow detection on ADC's source will provide this information and will also help finding the optimal FIFO's depths.
The DRAM should accept up to 20GBps with a sys_clk of 100MHz. Each ADC can generate up to 8Gbps at 1GSa/s, so a total of 16Gbps.
When capturing ADC's data to the DRAM, we want to be sure the DRAM is able to keep up with the incoming data stream. Adding an overflow detection on ADC's source will provide this information and will also help finding the optimal FIFO's depths.
The DRAM should accept up to 20GBps with a
sys_clk
of 100MHz. Each ADC can generate up to 8Gbps at 1GSa/s, so a total of 16Gbps.