Normal Mode Test
In Normal mode, the MAC or UDP pattern generator constructs and initiates TX packets through the TX path of the MAC core.
| Macro Name | Description |
|---|---|
| PAT_NUM | Number of packets to transmit. Setting PAT_NUM = 0 enables
unlimited packet transmission. |
| PAT_DLEN | Length of the UDP/ MAC pattern transmit packet (payload length). |
| PAT_IPG | Interpacket gap (IPG) between frames. One IPG unit equals 8ns. |
| PAT_TYPE | Type of packet pattern:
|
The following are the criteria for the test:
- If
PAT_NUM=0, theaFramesTransmittedOKcounter continues to increment until it wraps around at0xFFFF - If
PAT_NUMis non-zero, theaFramesTransmittedOKcounter matches the programmedPAT_NUM. - The
ifOutErrorscounter remains at0. - The captured packet in Wireshark matches the transmitted pattern.