We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1e333 commit 4f0e203Copy full SHA for 4f0e203
comp/nic/mac_lite/rx_mac_lite/comp/stat_unit/rx_stat_unit.vhd
@@ -237,8 +237,8 @@ begin
237
s_reg_in_rfc_below_min <= IN_LEN_BELOW_MIN;
238
s_reg_in_rfc_over_mtu <= IN_LEN_OVER_MTU;
239
s_reg_in_rfc_mac_err <= IN_MAC_ERROR;
240
- s_reg_in_rfc_mac_mcast <= IN_MAC_BCAST;
241
- s_reg_in_rfc_mac_bcast <= IN_MAC_MCAST and not IN_MAC_BCAST;
+ s_reg_in_rfc_mac_mcast <= IN_MAC_MCAST;
+ s_reg_in_rfc_mac_bcast <= IN_MAC_BCAST;
242
s_reg_in_rfc_fragment <= IN_CRC_ERROR and s_frame_below_64;
243
s_reg_in_rfc_jabber <= IN_CRC_ERROR and s_frame_over_1518;
244
s_reg_in_frame_len <= s_fixed_frame_len;
0 commit comments