GTS Ethernet Intel® FPGA Hard IP User Guide: Agilex™ 3 FPGAs and SoCs

ID 848477
Date 4/07/2025
Public

Visible to Intel only — GUID: wdz1697710073826

Ixiasoft

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 29.  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.