![Lattice Semiconductor 10 Gb+ Ethernet MAC IP User Manual Download Page 43](http://html1.mh-extra.com/html/lattice-semiconductor/10-gb-ethernet-mac-ip/10-gb-ethernet-mac-ip_user-manual_3826562043.webp)
Lattice Semiconductor
Application Support
IPUG39_02.9, December 2010
43
10 Gb+ Ethernet MAC IP Core User’s Guide
Receive Packet Unicast Statistics Counter (RX_PKT_UNICAST)
A read of the low byte of this counter returns that byte and latches the upper bytes for later reading. A read of any
of the other bytes returns the previously latched value for that byte. The low address addresses the low byte.
Table 5-64. Receive Packet Unicast Statistics Counter Description
Packets Received Statistics Counter (RX_PKT_RCVD)
A read of the low byte of this counter returns that byte and latches the upper bytes for later reading. A read of any
of the other bytes returns the previously latched value for that byte. The low address addresses the low byte.
Table 5-65. Packets Received Statistics Counter Description
Receive Packet 64 With Good CRC Statistics Counter (RX_PKT_64_GOOD_CRC)
A read of the low byte of this counter returns that byte and latches the upper bytes for later reading. A read of any
of the other bytes returns the previously latched value for that byte. The low address addresses the low byte.
Table 5-66. Receive Packet 64 With Good CRC Statistics Counter Description
Receive Packet 1518 With Good CRC Statistics Counter (RX_PKT_1518_GOOD_CRC)
A read of the low byte of this counter returns that byte and latches the upper bytes for later reading. A read of any
of the other bytes returns the previously latched value for that byte. The low address addresses the low byte.
Table 5-67. Receive Packet 1518 With Good CRC Statistics Counter Description
Name: RX_PKT_UNICAST
Address: 9c0H - 9c7H
Bits
Name
Type
Default
Description
63:0
Packet Unicast
RO
—
Counts the number of good packets received that were directed to
a single address. rx_statvec[15] and rx_statvec[16] are used to
implement this counter.
Name: RX_PKT_RCVD
Address: 9c8H - 9cfH
Bits
Name
Type
Default
Description
63:0
Packets Received
RO
—
Counts the number of packets received (including bad packet,
broadcast and multicast packets). rx_statvec[15] and
rx_statvec[16] are used to implement this counter.
Name: RX_PKT_64_GOOD_CRC
Address: 9d0H - 9d7H
Bits
Name
Type
Default
Description
63:0
Packet 64 with
Good CRC
RO
—
Counts the number of packets received with length less than 64
and with a good crc. rx_statvec[13:6] and rx_statvec[17] are used
to implement this counter.
Name: RX_PKT_1518_GOOD_CRC
Address: 9d8H - 9dfH
Bits
Name
Type
Default
Description
63:0
Packet 1518 with
Good CRC
RO
—
Counts the number of packets received with length more than
1518 and with a good crc. rx_statvec[21] and rx_statvec[17] are
used to implement this counter.