Visible to Intel only — GUID: eis1395903055267
Ixiasoft
1. Intel® MAX® 10 Embedded Memory Overview
2. Intel® MAX® 10 Embedded Memory Architecture and Features
3. Intel® MAX® 10 Embedded Memory Design Consideration
4. RAM: 1-Port IP Core References
5. RAM: 2-PORT IP Core References
6. ROM: 1-PORT IP Core References
7. ROM: 2-PORT IP Core References
8. FIFO IP Core References
9. Shift Register (RAM-based) IP Core References
10. ALTMEMMULT IP Core References
11. Document Revision History for the Intel® MAX® 10 Embedded Memory User Guide
Visible to Intel only — GUID: eis1395903055267
Ixiasoft
5.1. RAM: 2-Ports IP Core Signals (Simple Dual-Port RAM) For Intel® MAX® 10 Devices
Signal | Required | Description |
---|---|---|
data | Yes | Data input to the memory. The data port is required and the width must be equal to the width of the q port. |
wraddress | Yes | Write address input to the memory. The wraddress port is required and must be equal to the width of the raddress port. |
wren | Yes | Write enable input for wraddress port. The wren port is required. |
rdaddress | Yes | Read address input to the memory. The rdaddress port is required and must be equal to the width of wraddress port. |
clock | Yes | The following list describes which of your memory clock must be connected to the clock port, and port synchronization in different clock modes:
|
inclock | Yes | The following list describes which of your memory clock must be connected to the inclock port, and port synchronization in different clock modes:
|
outclock | Yes | The following list describes which of your memory clock must be connected to the outclock port, and port synchronization in different clock modes:
|
rden | Optional | Read enable input for rdaddress port. The rden port is supported when the use_eab parameter is set to OFF. Instantiate the IP core if you want to use read enable feature with other memory blocks. |
byteena_a | Optional | Byte enable input to mask the data_a port so that only specific bytes, nibbles, or bits of the data are written. The byteena_a port is not supported in the following conditions:
|
outclocken | Optional | Clock enable input for outclock port. |
inclocken | Optional | Clock enable input for inclock port. |
Signal | Required | Description |
---|---|---|
q | Yes | Data output from the memory. The q port is required, and must be equal to the width data port. |