Forum Discussion
Altera_Forum
Honored Contributor
15 years agoQuestion of cyclone3 and DDR2
In EMI Page 203 Table 1-19 have following description: each address and control pin routes from the fpga (single pin) to all memory devices must be on the same side of the fpga. How ...
Altera_Forum
Honored Contributor
15 years agoI'm not exactly familiar with the cyclone device you're using, but I assume the clue is the same as with the stratix I'm currently using:
The requirements of the DDR pins being on "one side" of the FPGA originates from clock distribution requirements: The IP make use of the PLL located in the middle of a side to have clock skew and signal delays low as possible. It would not be helpfull to distribuite your DDR controller over the whole FPGA. Yes, you can use the remaining IO as address etc.. Make sure the pins can support the required function, i.e. differential outputs need to be on pins that support this (e.g. DQS/DQSN). Hope this gives some starting points... Regards, Peter