Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Does SDR SDRAM controller have pin restrictions?

Hello.

I'm using the Altera Single Data Rate SDRAM controller for a NIOS2 Cyclone4E design.

Does the SDR SDRAM controller have any pin restrictions like the DDR controllers have, or can I assign any general IO pin to the DQ signals of the SDRAM?

Thank you

Scott Wild

4 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    in my knowledge, you can assign DQ pins and other pins to any location (except the pins which only have input ability).

    good way to confirm those things is to create QuartusII project for your schematic as TEST.

    if the location is incorrect then QuartusII gives you errors.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    The only thing I did take care of was the SDRAM clock output. As this usually connects directly to a PLL, you should use the dedicated input and output pins for the PLL you select.

    My Quartus had problems deciding where to put the PLL, so I had to manually assign it to PLL2 (Cyclone3, Quartus 9.1SP2).