Altera_Forum
Honored Contributor
12 years agoHigh speed 16b paralell bus to DSP
Hello, i am quite new with FPGA, and need ideas how to solve my problem.
I have 128 points CCD, and i control detector as well as ADC from FPGA. FPGA connects to DSP processor by standard SRAM bus (DATA[15..0], CS#, RD#,WR#,ACK). CCD sensor is sampled at 30MHz, and i need to read data to DSP to do complex math with it. Original idea was to use FIFO, but DSP don't have correct interface ( to be more precise, it does not have CLK ) Any idea how to make it work ? Bus must have as low latency possible ( since it should push 480Mbps) Data acquisition module was developed inside schematic/diagram programming, since i have little knowledge in VHDL. Any suggestion would be appreciated