Visible to Intel only — GUID: bhc1395127686406
Ixiasoft
1. About LL Ethernet 10G MAC
2. Getting Started
3. LL Ethernet 10G MAC Intel® FPGA IP Design Examples
4. Functional Description
5. Configuration Registers
6. Interface Signals
7. Low Latency Ethernet 10G MAC Intel® FPGA IP User Guide Archives
8. Document Revision History for the Low Latency Ethernet 10G MAC Intel® FPGA IP User Guide
2.1. Introduction to Intel® FPGA IP Cores
2.2. Installing and Licensing Intel® FPGA IP Cores
2.3. Specifying the IP Core Parameters and Options ( Intel® Quartus® Prime Pro Edition)
2.4. IP Core Generation Output ( Intel® Quartus® Prime Pro Edition)
2.5. Files Generated for Intel IP Cores (Legacy Parameter Editor)
2.6. Simulating Intel® FPGA IP Cores
2.7. Creating a Signal Tap Debug File to Match Your Design Hierarchy
2.8. Parameter Settings for the Low Latency Ethernet 10G MAC Intel® FPGA IP Core
2.9. Upgrading the Low Latency Ethernet 10G MAC Intel® FPGA IP Core
2.10. Design Considerations for the Low Latency Ethernet 10G MAC Intel® FPGA IP Core
5.1. Register Map
5.2. Register Access Definition
5.3. Primary MAC Address
5.4. MAC Reset Control Register
5.5. TX Configuration and Status Registers
5.6. Flow Control Registers
5.7. Unidirectional Control Registers
5.8. RX Configuration and Status Registers
5.9. Timestamp Registers
5.10. ECC Registers
5.11. Statistics Registers
6.1. Clock and Reset Signals
6.2. Speed Selection Signal
6.3. Error Correction Signals
6.4. Unidirectional Signals
6.5. Avalon® Memory-Mapped Interface Programming Signals
6.6. Avalon® Streaming Data Interfaces
6.7. Avalon® Streaming Flow Control Signals
6.8. Avalon® Streaming Status Interface
6.9. PHY-side Interfaces
6.10. IEEE 1588v2 Interfaces
Visible to Intel only — GUID: bhc1395127686406
Ixiasoft
4.5.4. Frame Type Checking
The MAC RX checks the length/type field to determine the frame type:
- Length/type < 0x600—The field represents the payload length of a basic Ethernet frame. The MAC RX continues to check the frame and payload lengths.
- Length/type >= 0x600—The field represents the frame type.
- Length/type = 0x8100—VLAN or stacked VLAN tagged frames (up to a total of two tags with value 0x8100). The MAC RX continues to check the frame and payload lengths.
- Length/type = 0x8808—Control frames. The next two bytes are the Opcode field which indicates the type of control frame. For pause frames (Opcode = 0x0001) and PFC frames (Opcode = 0x0101), the MAC RX proceeds with pause frame processing. By default, the MAC RX drops all control frames. If configured otherwise (FWD_CONTROL bit in the rx_frame_control register = 1), the MAC RX forwards control frames to the client.
- For other field values, the MAC RX forwards the receive frame to the client.
Category | Packet Size | Length/Type = Payload | Length/Type > Payload | Length/Type < Payload | MAC Behavior | |
---|---|---|---|---|---|---|
Frame Drop | avalon_st_rx_error[] | |||||
Normal packet | 64–1518 | Yes | No | No | No | — |
No | No | Yes | No | |||
No | Yes | No | No | avalon_st_rx_error[4] = 1 |
||
Undersized | Packet < 64 | Yes | No | No | No | avalon_st_rx_error[2] = 1 |
No | No | Yes | No | |||
No | Yes | No | No | avalon_st_rx_error[2] = 1 avalon_st_rx_error[4] = 1 |
||
Oversized | 1518 < Packet < 1535 | Yes | No | No | No | avalon_st_rx_error[3] = 1 |
No | No | Yes | No | |||
No | Yes | No | No | avalon_st_rx_error[3] = 1 avalon_st_rx_error[4] = 1 |
Related Information