Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20707 Discussions

how to read data from the SDRAM to the FPGA

Altera_Forum
Honored Contributor II
1,340 Views

Hello dear developers, buy a DE2 development board for a project. and need to read 960 bits from SDRAM to the FPGA in parallel, but I have not found a way to do this, please if anyone can help thank you. 

 

Greetings from Colombia.
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
242 Views

The data bus isn't 960 bits wide, so you'll have to split it in several reads and combine the results in a big vector. 

Are you planning to use SOPC builder?
0 Kudos
Altera_Forum
Honored Contributor II
242 Views

This is a test

0 Kudos
Altera_Forum
Honored Contributor II
242 Views

 

--- Quote Start ---  

The data bus isn't 960 bits wide, so you'll have to split it in several reads and combine the results in a big vector. 

Are you planning to use SOPC builder? 

--- Quote End ---  

 

 

Thanks for your answer!!!!, I think using SIGNALTAP to debug and verify the operation of the algorithm.
0 Kudos
Reply