Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

DDR SDRAM controller

Altera_Forum
Honored Contributor II
1,058 Views

Hi 

 

Where can find a complete example design which has sdram controller interfacing custom logic with avalon master...without using nios.  

 

Thanks in advance, 

usha.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
398 Views

What is it you're looking for exactly? Are you trying to understand how to write the avalon master? It's pretty simple. You just follow the rules indicated in the specifications document: 

http://www.altera.com/literature/manual/mnl_avalon_spec.pdf 

 

I have several designs which do what you are indicating but I'm afraid they are proprietary. I can answer any questions you have. 

If you like, you could take a look at the Avalon OpenCores 10/100 Ethernet MAC available in the shared material section of the forum. It has two avalon masters (DMA controllers). They are simple masters (no bursting) and only 32-bits wide. 

 

Jake
0 Kudos
Altera_Forum
Honored Contributor II
398 Views

Hi Jake,  

Thanks for the reply. 

 

My requirement is follows… 

 

I have some custom logic (say an adder(16-bit)), and I should read data from ddr-sdram and write back to the ddr-sdram.  

 

My understanding is that the custom logic should have an Avalon mater interface to this. And this ip + ddr-sdram controller + pll to be used in sopc builder to generate the RTL.  

 

I failed to find an example to do this.  

Any sample example to do this will be of great help. 

 

usha
0 Kudos
Reply