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

How to write/read data to DDR3 SDRAM over Avalon-MM Pipeline Bridge

TBonn
Beginner
1,771 Views

Hello,

 

I'm using the quartus prime standard edition v17.1 to program my terasic tr4 board.

 

Now I wanted to include the DDR3 SDRAM to my project. I create the component with the platform designer. To the avalon memory mapped slave I connected two masters.

 

The first master connection is to write/read data with matlab. This works fine.

 

But the second connection to write/read data on the board failed. For this connection I use the Avalon-MM Pipeline Bridge.

I tested the write/read waveform first as static input parameters. After this failed I write some vhdl code to test. It failed again or the ddr3 couldn't configure itself.

 

Do I have to take a look at the waveform at special points or is it the wrong interface to write/read data from the board?

0 Kudos
2 Replies
Deshi_Intel
Moderator
1,043 Views

Hi Tbonn,

 

If you are writing your own VHDL design to interact with DDR3 via Avalon MM bus then you need to issue command correctly as per Avalon MM protocol spec requirement.

 

You can refer to below link for Avalon MM spec

 

Alternately you can generate DDR3 example design from DDR3 IP. The example design will comes with default RTL traffic generator and checker where you can use to verify DDR3 write/read transaction.

 

Thanks.

Regards,

Dlim

srinivasan
Beginner
968 Views

hi desi _intel,

      can u share the vhdl code for Avalon_mm to interface with EMIF IP (DDR4) implementation?

0 Kudos
Reply