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 83d50fc commit 3c1e333Copy full SHA for 3c1e333
comp/nic/mac_lite/rx_mac_lite/comp/mac_check/mac_check.vhd
@@ -224,7 +224,7 @@ begin
224
225
mac_cast_err_g : for r in 0 to REGIONS-1 generate
226
-- Possible multicast error occurence
227
- s_multicast_err(r) <= not s_ext_mac_arr(r)(0);
+ s_multicast_err(r) <= (not s_ext_mac_arr(r)(0)) or not s_broadcast_err(r);
228
-- Possible broadcast error occurence
229
s_broadcast_err(r) <= nand s_ext_mac_arr(r);
230
end generate;
0 commit comments