GTS Ethernet Intel® FPGA Hard IP User Guide

ID 817676
Date 7/08/2024
Public
Document Table of Contents

4.4.1.3. Use i_tx_skip_crc to Control Source Address, PAD, and CRC Insertion

Drive i_tx_skip_crc to perform the following operations per packet:

Figure 31. Example use of i_tx_skip_crc
Table 28.  Asserting i_tx_skip_crc Behavior
Ethernet Frame i_tx_skip_crc = 1 i_tx_skip_crc = 0
Source Address Regardless of Use Source Address Insertion status, the source address bytes are not replaced. When you enable Use Source Address Insertion, i_txmac_saddr replaces the content of the source address bytes.
Padding No padding is added. Ensure that the Ethernet packet size is at least 64 bytes. Frames smaller than 64 bytes are padded to 64 bytes.
CRC (Frame Check Sequence) No CRC calculation. Instead, uses last four bytes of the i_tx_data as a CRC value. Calculates the packet's CRC and appends it to the end.