DDR3 Memory
The Micron DDR3 SDRAM is connected exclusively to the 1.5-v I/O on Banks 7A and 8A of the FPGA. The tables below list these connections.
Note that the RZQ pin (location B11) is tied to ground through a 240Ω resistor on the ZEM5310.
The following resources are available to help provide guidance for designs that involve this memory:
- The RAMTester sample reads and writes this memory via FrontPanel pipe endpoints.
- The Camera Reference Design provides a memory interface for frame buffering.
- The ZEM5310 Pins Reference can generate a constraints file (click on Export) with complete pin mapping and I/O constraints for use in your design.
Connection Tables
DDR3 PIN | FPGA PIN |
---|---|
RESET | J19 |
CKp | J9 |
CKn | H9 |
CKE | F14 |
CS | E9 |
RAS | B7 |
CAS | B6 |
WE | F7 |
DQS0p | H11 |
DQS0n | G12 |
DQS1p | H14 |
DQS1n | J13 |
DM0 | G11 |
DM1 | J17 |
ODT | L8 |
DDR3 PIN | FPGA PIN |
---|---|
A0 | L7 |
A1 | K7 |
A2 | H8 |
A3 | G8 |
A4 | J7 |
A5 | J8 |
A6 | A10 |
A7 | A9 |
A8 | A8 |
A9 | A7 |
A10 | C6 |
A11 | D6 |
A12 | D7 |
A13 | C8 |
A14 | G6 |
A15 | H6 |
BA0 | A5 |
BA1 | B10 |
BA2 | C9 |
DDR3 PIN | FPGA PIN |
---|---|
D0 | E12 |
D1 | D12 |
D2 | C11 |
D3 | K9 |
D4 | C13 |
D5 | D13 |
D6 | B12 |
D7 | F12 |
D8 | F13 |
D9 | E14 |
D10 | J11 |
D11 | A13 |
D12 | B15 |
D13 | C15 |
D14 | G15 |
D15 | K16 |
DDR3 SDRAM Controller Settings
Cyclone V devices support external, high-performance memory through the use of the DDR3 SDRAM Controller with UniPHY provided by Altera. This provides a custom memory controller using the hard memory controller IP present on the Cyclone V devices. These parameters have been used successfully within Opal Kelly but your design needs may require deviations.
Parameters in Bold are those that need to be changed from the default.
All settings are based on Quartus Prime 15.1.
PHY Settings
SECTION | PARAMETER | ZEM5310 |
---|---|---|
Enable Hard External Memory Interface | Enabled | |
General Settings | Speed Grade | 8 |
Clocks | Memory Clock Frequency | 333.3333 MHz |
PLL Reference Clock Frequency | 100.0 MHz | |
Rate on Avalon-MM interface | Full | |
Enable AFI Half Rate Clock | Disabled | |
Advanced PHY Settings | Supply Voltage | 1.5V DDR3 |
PLL Sharing Mode | No Sharing | |
DLL Sharing Mode | No Sharing | |
OCT Sharing Mode | No Sharing |
Memory Parameters
Select the MICRON MT41K256M16HA-125 memory device preset and click “Apply”. This applies all memory parameters correctly with the following exceptions:
SECTION | PARAMETER | ZEM5310 |
---|---|---|
Total Interface Width | 16 | |
Memory Initialization Options | Output Drive Strength Setting | RZQ/6 |
ODT Rtt Nominal Value | RZQ/6 | |
Auto Selfrefresh Method | Automatic |
Memory Timing
These parameters are set after applying the preset for the Micron memory device above.
Board Settings
The default settings in this tab should be appropriate for the ZEM5310.
Controller Settings
SECTION | PARAMETER | ZEM5310 |
---|---|---|
Avalon Interface | Generate power-of-2 data bus widths for Qsys or SOPC Builder | Disabled |
Generate SOPC Builder Compatible Resets | Disabled | |
Maximum Avalon-MM Burst Length | 128 | |
Enable Avalon-MM Byte-enable Signal | Enabled | |
Low Power Mode | All Options | Disabled |
Efficiency | Enable User Auto-Refresh Controls | Disabled |
Enable Auto-Precharge Control | Disabled | |
Local-to-Memory Address Mapping | CHIP-ROW-BANK-COL | |
Enable Reordering | Enabled | |
Starvation Limit for Each Command | 10 commands | |
Configuration, Status and Error Handling | All Options | Disabled |
Multiple Port Front End | Export Bonding Interface | Disabled |
Expand Avalon-MM Data for ECC | Disabled | |
Number of Ports | 1 | |
Port 0 | Type | Bidirectional |
Width | 128 | |
Priority | 1 | |
Weight | 0 |
Diagnostics
SECTION | PARAMETER | ZEM5310 |
---|---|---|
Simulation Options | Auto-calibration mode | Skip calibration |
Skip Memory Initialization Delays | Enabled | |
Enable Verbose Memory Model Output | Enabled | |
Enable Support for Nios II ModelSim Flow in Eclipse | Disabled | |
Debugging Options | All Options | Default |
Efficiency Monitor and Protocol Checker Settings | All Options | Default |
DDR3 SDRAM Pin Assignments
After generating the DDR3 controller using the settings above, a set of pin assignments will be created for the memory interface. To apply these settings to a design you must first synthesize the design. Then, from the TCL Scripts tool found in the Quartus Tools menu select the ddr3_interface_p0_pin_assignments.tcl
script and select Run. This should apply all required constraints to the design.