Visible to Intel only — GUID: bfy1699470994186
Ixiasoft
1. About the GTS CPRI PHY FPGA IP
2. Getting Started
3. GTS CPRI PHY IP Parameter Settings
4. Functional Description
5. Interface Signals
6. GTS CPRI PHY IP Registers
7. GTS CPRI PHY IP Troubleshooting
8. GTS CPRI PHY Intel FPGA IP User Guide Archives
9. Document Revision History for the GTS CPRI PHY Intel FPGA IP User Guide
5.1. GTS CPRI PHY IP Clock Signals
5.2. GTS CPRI PHY IP Reset Signals
5.3. GTS CPRI PHY IP TX MII (64b/66b)
5.4. GTS CPRI PHY IP RX MII (64b/66b)
5.5. GTS CPRI PHY IP Status Interface for 64b/66b Line Rate
5.6. GTS CPRI PHY IP TX Interface (8b/10b)
5.7. GTS CPRI PHY IP RX Interface (8b/10b)
5.8. GTS CPRI PHY IP Status Interface for 8b/10b Line Rate
5.9. GTS CPRI PHY IP Serial Interface
5.10. GTS CPRI PHY Reconfiguration Interface
5.11. GTS CPRI PHY IP Datapath and PMA Avalon Memory-Mapped Interface
Visible to Intel only — GUID: bfy1699470994186
Ixiasoft
5.3. GTS CPRI PHY IP TX MII (64b/66b)
Port Name | Width (Bits) | Domain | Description |
---|---|---|---|
i_tx_mii_d[63:0] | 64 | o_tx_clkout2 | TX MII data. Data must be in MII encoding. i_tx_mii_d[7:0] holds the first byte that the IP core transmits on the CPRI link. i_tx_mii_d[0] holds the first bit the IP core transmits on the CPRI link. |
i_tx_mii_c[7:0] | 8 | o_tx_clkout2 | TX MII control bits. Each bit corresponds to a byte of the TX MII data signal. For example, i_tx_mii_c[0] corresponds to i_tx_mii_d[7:0], i_tx_mii_c[1] corresponds to i_tx_mii_d[15:8], and so on. If the value of a bit is 1, the corresponding data byte is a control byte. If the value of a bit is 0, the corresponding data byte is data. The Start of Packet byte (0xFB) and End of Packet byte (0xFD) are control bytes. |
Figure 8. Transmitting Data Using TX MIIThis figure shows how to write packets directly to the TX MII.
- The MII writes packetsI. Each byte in i_tx_mii_d has a corresponding bit in i_tx_mii_c that indicates whether the byte is a control byte or a data byte; for example, i_tx_mii_c[1] is the control bit for i_tx_mii_d[15:8].
- The byte order for the TX MII interface flows from right to left; the first byte to be transmitted from the interface is i_tx_mii_d[7:0].
- The first bit to be transmitted from the interface is i_tx_mii_d[0].