Altera_Forum
Honored Contributor
11 years agoInterfacing with Altera-MM Salve of UniPHY DDR2 controller
Hi to all....
This is my first post in this forum and my english is not quite good... I have some problem with a UniPHY interface generated trought Megawizard (Quartus II 13.0 with a Stratix IV device) for the interface with a DDR2 memory. As I read in the documentation and in this forum I have in the user side an Avalon-MM Slave interface so I used the Avalon specification chapter 3. I have some doubts- respect the sincronizzatio of the avalon interface: The signal ( in particular the avl_ready = not(waitrequest)) changes on the clock edge so if I use a statement like @(posedge clk) I read the state only on the following clock edge cause two read request.
- Wher i can find the properties of the generated Avalon-MM interface listed in the table 3-2 of the Avalon Specification?