Visible to Intel only — GUID: npz1697544309348
Ixiasoft
Visible to Intel only — GUID: npz1697544309348
Ixiasoft
4.6.1. Connect the FlexE and OTN Mode TX Interface
The GTS Ethernet Intel® FPGA Hard IP TX client interface in FlexE and OTN variations is a PCS66 interface.
Connect the TX PCS66 interface, sink, to a source complaint to the PCS66 interface specification. The source can send PCS66 blocks directly to the TX PCS, bypassing the TX MAC.
Connect to the interface as described in the following table.
Signal Name | Width | Description |
---|---|---|
i_tx_pcs66_d[65:0] | 66 bits (10GE/25GE) | Drive this data bus with 66-bit data blocks from a source. The two least significant bits are the header synch bits.
|
i_tx_pcs66_valid | 1 bit | Drive this signal high to qualify the 66-bit data block on the i_tx_pcs66_d input data bus. |
o_tx_pcs66_ready | 1 bit | When this signal is asserted, drive valid 66-bit data blocks. When this signal is deasserted or removed, do not drive valid data blocks. See this waveform Figure 42 for an example. |
i_tx_pcs66_am | 1 bit for each channel |
In FlexE mode, assert this signal so have the TX PCS insert alignment markers, ignoring the data on the i_tx_pcs66_d.
|
- In FlexE mode the TX encoder in the PCS is bypassed.
- In OTN mode, both the TX encoder and the scrambler are bypassed.
The following waveform shows how to send the 66b blocks directly to the TX PCS in FlexE and OTN mode using the PCS66 TX Interface.
- Assert only when o_tx_pcs66_ready is asserted and deassert only o_tx_pcs66_ready is deasserted.
- Hold the value on i_tx_pcs66_d when o_tx_pcs66_valid is deasserted.
The byte order for the PCS66 mode TX interface is the same as the TX MII PCS interface. Bytes are transmitted from least to most significant byte. The first byte to be transmitted is i_tx_pcs66_d[65:0].
The bit order for the PCS66 mode TX interface is the same as the TX PCS interface. Bytes are transmitted from least to most significant bit. The first bit to be transmitted from the interface is i_tx_pcs66_d[0].