4.2.1. Packet Classifier
4.2.2. Ethernet Header Insertion/Removal
4.2.3. Concatenation/De-concatenation
4.2.4. Header Mapper/De-Mapper
4.2.5. eCPRI IWF Type 0
4.2.6. eCPRI Message 5 Packet Parser
4.2.7. Message Type 5 Flow
4.2.8. Packet Queue
4.2.9. eCPRI Message Type
4.2.10. Error Handling
4.2.11. RX Throttling
4.2.9.1. eCPRI Message Type 0- IQ Data Transfer
4.2.9.2. eCPRI Message Type 1- Bit Sequence Transfer
4.2.9.3. eCPRI Message Type 2- Real Time Control Data
4.2.9.4. eCPRI Message Type 3- Generic Data Transfer
4.2.9.5. eCPRI Message Type 4- Remote Memory Access
4.2.9.6. eCPRI Message Type 5- One-Way Delay Measurement
4.2.9.7. eCPRI Message Type 6- Remote Reset
4.2.9.8. eCPRI Message Type 7- Event Indication
4.2.9.9. eCPRI Message Type 64- 255 Vendor Specific
5.1. eCPRI IP Clock Signals
5.2. Power, Reset, and Firewalls Signals
5.3. TX Time of Day Interface
5.4. RX Time of Day Interface
5.5. Interrupt
5.6. Configuration Avalon® Memory-Mapped Interface
5.7. Ethernet MAC Source Interface
5.8. Ethernet MAC Sink Interface
5.9. External ST Source Interface
5.10. External ST Sink Interface
5.11. eCPRI IP Source Interface
5.12. eCPRI IP Sink Interface
5.13. Miscellaneous Interface Signals
5.14. IWF Type 0 eCPRI Interface
5.15. IWF Type 0 CPRI MAC Interface
5.15.1. CPRI 32-bit IQ Data TX Interface
5.15.2. CPRI 64-bit IQ Data TX Interface
5.15.3. CPRI 32-bit Ctrl_AxC TX Interface
5.15.4. CPRI 64-bit Ctrl_AxC TX Interface
5.15.5. CPRI 32-bit Vendor Specific TX Interface
5.15.6. CPRI 64-bit Vendor Specific TX Interface
5.15.7. CPRI 32-bit Real-time Vendor Specific TX Interface
5.15.8. CPRI 64-bit Real-time Vendor Specific TX Interface
5.15.9. CPRI Gigabit Media Independent Interface (GMII)
5.15.10. CPRI IP L1 Control and Status Interface
5.15.9. CPRI Gigabit Media Independent Interface (GMII)
Signal Name | Width (Bits) | I/O Direction | Description |
---|---|---|---|
TX Interface | |||
gmii_txen[N] | 1 | Output | Valid signal for GMII interface that indicate data is valid. This signal required to be asserted two clock cycles earlier for the character S to be inserted into the data stream as the start of packet before takes in the real GMII data. The deassertion of this signal trigger the assertion of /T/R as the representation of end of packet. This signal is going to CPRI MAC interface. |
gmii_txer[N] | 1 | Output | Ethernet transmit coding error. When this signal is asserted, char /V/ will be inserted and pass into the CPRI link. This signal is going to CPRI MAC interface. |
gmii_txd[N] | 8 | Output | Ethernet transmit data. The data transmitted from the external Ethernet block to the CPRI IP core, for transmission on the CPRI link. This input bus is synchronous to the rising edge of gmii_txclk clock. This signal is going to CPRI MAC interface. |
gmii_txfifo_status[N] | 4 | Input | Ethernet TX PCS FIFO fill level status. The individual bits have the following meanings:
|
RX Interface | |||
gmii_rxdv[N] | 1 | Input | Ethernet receive data valid. Indicates the presence of valid data or initial start-of-packet control character on gmii_rxd. This signal is going to CPRI MAC interface. |
gmii_rxer[N] | 1 | Input | Ethernet receive error. Indicates an error on gmii_rxd. When this signal is asserted, the value on gmii_rxd is 0x0E. This signal is going to CPRI MAC interface. |
gmii_rxd[N] | 8 | Input | Ethernet receive data. Data bus for data from the CPRI IP to the external Ethernet block. All bits are deasserted during reset, and all bits are asserted after reset until the CPRI IP achieves frame synchronization. This signal is going to CPRI MAC interface. |
gmii_rxfifo_status[N] | 4 | Input | Ethernet RX PCS FIFO fill level status. The individual bits have the following meanings:
|