Forum Discussion
Altera_Forum
Honored Contributor
15 years agoDDR PIN placement error
Hi all, I use a Cyclone IV E EP4CE40F23C8 with Quartus 11.0 I have this error message when i try to place ddr pins --- Quote Start --- Error: altmemphy pin placement was...
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Is there a document that reveals the DQ/DQS/DM mysteries --- Quote End --- The Cyclone IV pinout files are here: http://www.altera.com/literature/lit-dp.jsp?category=cyc%204&showspreadsheet=y They list the DQS etc. When comparing parts, I use the text version of these files and write Tcl scripts to parse the files. --- Quote Start --- why they are fixed to these 'exact' locations ? --- Quote End --- DDR2/3 interfacing requires phase shifting the strobe clock to capture the data. Hence a DQS is grouped with a block of DQ registers. Cheers, Dave