Forum Discussion
Altera_Forum
Honored Contributor
20 years agoThanks for your answer Victor, much appreciated.
In case I am generating the design through SOPC, it means I will have to use Avalon. However, would it be possible to access SDRAM without the mean of Avalon? Thank you in advance, John. --- Quote Start --- originally posted by victors@Jan 14 2006, 10:34 AM the nios processor is not required. if you use the sopc builder you can basically hook up any device to the fpga. example: you can hook up an 8051, via the avalon bus that uses sdram.
using sdram without the confort of the sopc is another ball game. you can integrate various sdram ips and hook up your own devices, but you will have to put some more effort in. one site, i think, is www.cmosexod.com. i think there is an sdram ip core that allows you to drive it like sram.
in the end the sdram controller looks like sram device. you need to generate an address, write ot read data and pulse read and write signals. the only problem i see is when your speed gets too high and the sdram controller skips a clock (wait state) or 2.
victor schutte
http://www.zerksus.com (http://www.zerksus.com)
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=12197)
--- quote end ---
--- Quote End ---