Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThanks for your quick response Jake,
But how do u know when to expect the data? I suppose you either: a) use DQS as an input (Altera doesn't use it when using the capture clock, so there must be another way). b) use a pipelined version of the RD command (issued in the system clock domain) then transfer it to the capture clock domain, which doesn't seem safe as you need to cross a clock domain which could add/delete an extra clock cycle in case of metastability. I've had a look at the Verilog code of Altera's DDR controller, unfortunately I'm a VHDL guy and can't follow it... :( Regards, -Ulises