Visible to Intel only — GUID: dsu1454373772761
Ixiasoft
Product Discontinuance Notification
1. About the RapidIO II Intel® FPGA IP
2. Getting Started
3. Parameter Settings
4. Functional Description
5. Signals
6. Software Interface
7. Testbench
8. RapidIO II IP Core User Guide Archives
9. Document Revision History for the RapidIO II Intel® FPGA IP User Guide
A. Initialization Sequence
B. Differences Between RapidIO II IP Core and RapidIO IP Core
2.1. Installing and Licensing Intel® FPGA IP Cores
2.2. Intel® FPGA IP Evaluation Mode
2.32.4. Generating IP Cores2.32.4. Generating IP Cores
2.32.4. Generating IP Cores2.32.4. Generating IP Cores
2.5. RapidIO II IP Core Testbench Files
2.6. Simulating IP Cores
2.7. Integrating Your IP Core in Your Design
2.8. Compiling the Full Design and Programming the FPGA
2.9. Instantiating Multiple RapidIO II IP Cores in V-series FPGA devices
3.4.1. Device Identity CAR
3.4.2. Device Information CAR
3.4.3. Assembly Identity CAR
3.4.4. Assembly Information CAR
3.4.5. Processing Element Features CAR
3.4.6. Switch Port Information CAR
3.4.7. Switch Route Table Destination ID Limit CAR
3.4.8. Data Streaming Information CAR
3.4.9. Source Operations CAR
3.4.10. Destination Operations CAR
4.3.3.1. Maintenance Interface Transactions
4.3.3.2. Maintenance Interface Signals
4.3.3.3. Initiating MAINTENANCE Read and Write Transactions
4.3.3.4. Defining the Maintenance Address Translation Windows
4.3.3.5. Responding to MAINTENANCE Read and Write Requests
4.3.3.6. Handling Port-Write Transactions
4.3.3.7. Maintenance Interface Transaction Examples
4.3.3.8. Maintenance Packet Error Handling
4.3.5.3.1. User Sending Write Request
4.3.5.3.2. User Receiving Write Request
4.3.5.3.3. User Sending Read Request and Receiving Read Response
4.3.5.3.4. User Receiving Read Request and Sending Read Response
4.3.5.3.5. User Sending Streaming Write Request
4.3.5.3.6. User Receiving Streaming Write Request
6.1.1. CAR Memory Map
6.1.2. CSR Memory Map
6.1.3. LP-Serial Extended Features Block Memory Map
6.1.4. LP-Serial Lane Extended Features Block Memory Map
6.1.5. Error Management Extensions Extended Features Block Memory Map
6.1.6. Maintenance Module Registers Memory Map
6.1.7. I/O Logical Layer Master Module Registers Memory Map
6.1.8. I/O Logical Layer Slave Module Registers Memory Map
6.1.9. Doorbell Module Registers Memory Map
6.2.1.1. LP-Serial Register Block Header
6.2.1.2. Port Link Time-out Control CSR
6.2.1.3. Port Response Time-out Control CSR
6.2.1.4. Port General Control CSR
6.2.1.5. Port 0 Link Maintenance Request CSR
6.2.1.6. Port 0 Link Maintenance Response CSR
6.2.1.7. Port 0 Local AckID CSR
6.2.1.8. Port 0 Control 2 CSR
6.2.1.9. Port 0 Error and Status CSR
6.2.1.10. Port 0 Control CSR
6.3.1.1. CAR Memory Map
6.3.1.2. Device Identity CAR
6.3.1.3. Device Information CAR
6.3.1.4. Assembly Identity CAR
6.3.1.5. Assembly Information CAR
6.3.1.6. Processing Element Features CAR
6.3.1.7. Switch Port Information CAR
6.3.1.8. Source Operations CAR
6.3.1.9. Destination Operations CAR
6.3.1.10. Switch Route Table Destination ID Limit CAR
6.3.1.11. Data Streaming Information CAR
6.3.2.1. CSR Memory Map
6.3.2.2. Data Streaming Logical Layer Control CSR
6.3.2.3. Processing Element Logical Layer Control CSR
6.3.2.4. Local Configuration Space Base Address 0 CSR
6.3.2.5. Local Configuration Space Base Address 1 CSR
6.3.2.6. Base Device ID CSR
6.3.2.7. Host Base Device ID Lock CSR
6.3.2.8. Component Tag CSR
6.3.6.1. Error Management Extensions Extended Features Block Memory Map
6.3.6.2. Error Management Extensions Block Header
6.3.6.3. Logical/Transport Layer Error Detect
6.3.6.4. Logical/Transport Layer Error Enable
6.3.6.5. Logical/Transport Layer Address Capture
6.3.6.6. Logical/Transport Layer Device ID Capture
6.3.6.7. Logical/Transport Layer Control Capture
6.3.6.8. Port-Write Target Device ID
6.3.6.9. Packet Time-to-Live
6.3.6.10. Port 0 Error Detect
6.3.6.11. Port 0 Error Rate Enable
6.3.6.12. Port 0 Attributes Capture
6.3.6.13. Port 0 Packet/Control Symbol Capture 0
6.3.6.14. Port 0 Packet Capture 1
6.3.6.15. Port 0 Packet Capture 2
6.3.6.16. Port 0 Packet Capture 3
6.3.6.17. Port 0 Error Rate
6.3.6.18. Port 0 Error Rate Threshold
7.2.1. Reset, Initialization, and Configuration
7.2.2. Maintenance Write and Read Transactions
7.2.3. SWRITE Transactions
7.2.4. NREAD Transactions
7.2.5. NWRITE_R Transactions
7.2.6. NWRITE Transactions
7.2.7. Doorbell Transactions
7.2.8. Port-Write Transactions
7.2.9. Transactions Across the AVST Pass-Through Interface
Visible to Intel only — GUID: dsu1454373772761
Ixiasoft
4.3.2.1.3. RapidIO Packet Data Word Pointer and Size Encoding in Avalon® -MM Transactions
The RapidIO II IP core converts RapidIO packets to Avalon® -MM transactions. The RapidIO packet's read size, write size, and word pointer fields, and the least significant bit of the address field, are translated to the Avalon® -MM burst count and byteenable values.
RapidIO Field Values | Avalon® -MM Signal Values | |||
---|---|---|---|---|
rdsize (4'bxxxx) | wdptr (1'bx) | address[0] (1'bx) | Burstcount | Byteenable (16'bxxxxxxxxxxxxxxxx) |
0000 | 0 | 0 | 1 | 0000_0000_1000_0000 |
0 | 1 | 1 | 1000_0000_0000_0000 | |
1 | 0 | 1 | 0000_0000_0000_1000 | |
1 | 1 | 1 | 0000_1000_0000_0000 | |
0001 | 0 | 0 | 1 | 0000_0000_0100_0000 |
0 | 1 | 1 | 0100_0000_0000_0000 | |
1 | 0 | 1 | 0000_0000_0000_0100 | |
1 | 1 | 1 | 0000_0100_0000_0000 | |
0010 | 0 | 0 | 1 | 0000_0000_0010_0000 |
0 | 1 | 1 | 0010_0000_0000_0000 | |
1 | 0 | 1 | 0000_0000_0000_0010 | |
1 | 1 | 1 | 0000_0010_0000_0000 | |
0011 | 0 | 0 | 1 | 0000_0000_0001_0000 |
0 | 1 | 1 | 0001_0000_0000_0000 | |
1 | 0 | 1 | 0000_0000_0000_0001 | |
1 | 1 | 1 | 0000_0001_0000_0000 | |
0100 | 0 | 0 | 1 | 0000_0000_1100_0000 |
0 | 1 | 1 | 1100_0000_0000_0000 | |
1 | 0 | 1 | 0000_0000_0000_1100 | |
1 | 1 | 1 | 0000_1100_0000_0000 | |
0101 13 | 0 | 0 | 1 | 0000_0000_1110_0000 |
0 | 1 | 1 | 1110_0000_0000_0000 | |
1 | 0 | 1 | 0000_0000_0000_0111 | |
1 | 1 | 1 | 0000_0111_0000_0000 | |
0110 | 0 | 0 | 1 | 0000_0000_0011_0000 |
0 | 1 | 1 | 0011_0000_0000_0000 | |
1 | 0 | 1 | 0000_0000_0000_0011 | |
1 | 1 | 1 | 0000_0011_0000_0000 | |
011113 | 0 | 0 | 1 | 0000_0000_1111_1000 |
0 | 1 | 1 | 1111_1000_0000_0000 | |
1 | 0 | 1 | 0000_0000_0001_1111 | |
1 | 1 | 1 | 0001_1111_0000_0000 | |
1000 | 0 | 0 | 1 | 0000_0000_1111_0000 |
0 | 1 | 1 | 1111_0000_0000_0000 | |
1 | 0 | 1 | 0000_0000_0000_1111 | |
1 | 1 | 1 | 0000_1111_0000_0000 | |
100113 | 0 | 0 | 1 | 0000_0000_1111_1100 |
0 | 1 | 1 | 1111_1100_0000_0000 | |
1 | 0 | 1 | 0000_0000_0011_1111 | |
1 | 1 | 1 | 0011_1111_0000_0000 | |
101013 | 0 | 0 | 1 | 0000_0000_1111_1110 |
0 | 1 | 1 | 0000_0000_0111_1111 | |
1 | 0 | 1 | 1111_1110_0000_0000 | |
1 | 1 | 1 | 0111_1111_0000_0000 | |
1011 | 0 | 0 | 1 | 0000_0000_1111_1111 |
0 | 1 | 1 | 1111_1111_0000_0000 | |
1 | 0 | 1 | 1111_1111_1111_1111 | |
1 | 1 | Reserved14 | ||
1100 15 | 0 | 0 | 2 | 1111_1111_1111_1111 |
1 | 0 | 4 | 1111_1111_1111_1111 | |
110115 | 0 | 0 | 6 | 1111_1111_1111_1111 |
1 | 0 | 8 | 1111_1111_1111_1111 | |
111015 | 0 | 0 | 10 | 1111_1111_1111_1111 |
1 | 0 | 12 | 1111_1111_1111_1111 | |
111115 | 0 | 0 | 14 | 1111_1111_1111_1111 |
1 | 0 | 16 | 1111_1111_1111_1111 |
RapidIO Field Values | Avalon® -MM Signal Values | |||
---|---|---|---|---|
wrsize (4'bxxxx) | wdptr (1'bx) | address[0] (1'bx) | Burstcount | Byteenable (16'bxxxx_xxxx_xxxx_xxxx) |
0000 | 0 | 0 | 1 | 0000_0000_1000_0000 |
0 | 1 | 1 | 1000_0000_0000_0000 | |
1 | 0 | 1 | 0000_0000_0000_1000 | |
1 | 1 | 1 | 0000_1000_0000_0000 | |
0001 | 0 | 0 | 1 | 0000_0000_0100_0000 |
0 | 1 | 1 | 0100_0000_0000_0000 | |
1 | 0 | 1 | 0000_0000_0000_0100 | |
1 | 1 | 1 | 0000_0100_0000_0000 | |
0010 | 0 | 0 | 1 | 0000_0000_0010_0000 |
0 | 1 | 1 | 0010_0000_0000_0000 | |
1 | 0 | 1 | 0000_0000_0000_0010 | |
1 | 1 | 1 | 0000_0010_0000_0000 | |
0011 | 0 | 0 | 1 | 0000_0000_0001_0000 |
0 | 1 | 1 | 0001_0000_0000_0000 | |
1 | 0 | 1 | 0000_0000_0000_0001 | |
1 | 1 | 1 | 0000_0001_0000_0000 | |
0100 | 0 | 0 | 1 | 0000_0000_1100_0000 |
0 | 1 | 1 | 1100_0000_0000_0000 | |
1 | 0 | 1 | 0000_0000_0000_1100 | |
1 | 1 | 1 | 0000_1100_0000_0000 | |
0101 16 | 0 | 0 | 1 | 0000_0000_1110_0000 |
0 | 1 | 1 | 0000_0000_0000_0111 | |
1 | 0 | 1 | 1110_0000_0000_0000 | |
1 | 1 | 1 | 0000_0111_0000_0000 | |
0110 | 0 | 0 | 1 | 0000_0000_0011_0000 |
0 | 1 | 1 | 0000_0000_0000_0011 | |
1 | 0 | 1 | 0011_0000_0000_0000 | |
1 | 1 | 1 | 0000_0011_0000_0000 | |
011116 | 0 | 0 | 1 | 0000_0000_1111_1000 |
0 | 1 | 1 | 0000_0000_0001_1111 | |
1 | 0 | 1 | 1111_1000_0000_0000 | |
1 | 1 | 1 | 0001_1111_0000_0000 | |
1000 | 0 | 0 | 1 | 0000_0000_1111_0000 |
0 | 1 | 1 | 1111_0000_0000_0000 | |
1 | 0 | 1 | 0000_0000_0000_1111 | |
1 | 1 | 1 | 0000_1111_0000_0000 | |
100116 | 0 | 0 | 1 | 0000_0000_1111_1100 |
0 | 1 | 1 | 0000_0000_0011_1111 | |
1 | 0 | 1 | 1111_1100_0000_0000 | |
1 | 1 | 1 | 0011_1111_0000_0000 | |
101016 | 0 | 0 | 1 | 0000_0000_1111_1110 |
0 | 1 | 1 | 0000_0000_0111_1111 | |
1 | 0 | 1 | 1111_1110_0000_0000 | |
1 | 1 | 1 | 0111_1111_0000_0000 | |
1011 | 0 | 0 | 1 | 0000_0000_1111_1111 |
0 | 1 | 1 | 1111_1111_0000_0000 | |
1 | 0 | 1 | 1111_1111_1111_1111 | |
1 | 1 | 2 | First clock cycle: 1111_1111_0000_0000 Second clock cycle: 0000_0000_1111_1111 |
RapidIO Values | Avalon® -MM Signal Values | |||||
---|---|---|---|---|---|---|
RapidIO Field Values | Payload Size is Multiple of 16 Bytes17 | Burstcount | Byteenable (16'hXXXX) | |||
wrsize (4'bxxxx) | address[0] (1'bx) | First Cycle | Intermediate Cycles | Final Cycle | ||
1100–1111 | 0 | Yes | Payload size in bytes / 16 | FFFF | FFFF | FFFF |
1 | Yes | Payload size in bytes / 16 plus 1 | FF00 | FFFF | 00FF | |
0 | No | 18 | FFFF | FFFF | 00FF | |
1 | No | 18 | FF00 | FFFF | FFFF |
13 The RapidIO link partner should avoid read requests with this rdsize value, because the resulting byteenable value is not allowed by the Avalon® -MM specification. However, if the RapidIO II IP core receives a read request with this rdsize value, the IP core issues these transactions on the I/O Logical layer Avalon® -MM master interface with the illegal byteenable values, to support systems in which user logic handles these byteenable values.
14 This combination of wdptr and rdsize values is reserved. If the RapidIO II IP core receives this combination, it sets the Unsupported Transaction bit (UNSUPPORT_TRAN) in the Logical/Transport Layer Error Detect CSR and returns an ERROR response.
15 If rdsize has a value greater than 4’b1011, and address[0] has the value of 1, the RapidIO II IP core sets the Unsupported Transaction bit (UNSUPPORT_TRAN) in the Logical/Transport Layer Error Detect CSR and returns an ERROR response.
16 The RapidIO link partner should avoid this combination of wdptr and wrsize values, because the resulting byteenable value presented on the Avalon® -MM master interface is not allowed by the Avalon® -MM specification.
17 If the packet payload is larger than the maximum size allowed for the packet wrsize and wdptr values, the RapidIO II IP core records an Illegal transaction decode error in the Error Management Extension registers and, for NWRITE_R request packets, returns an ERROR response.
18 If the payload size is not a multiple of 16 bytes, and address[0] has the value of zero, the value of burstcount is the number of 8-byte words in the packet payload, divided by two, and rounded up.