Revert "make bork"
This reverts commit 7905ae6b242e22206d711dca830aeb3b0f232005.
This commit is contained in:
parent
7905ae6b24
commit
ff16994e08
@ -182,7 +182,7 @@ begin
|
||||
if run("mac_tx_rx_simple") then
|
||||
mac_tx_start <= not mac_tx_start;
|
||||
wait on mac_out.rx_mac_crc_ok, mac_out.rx_mac_crc_error for 1 ms;
|
||||
assert mac_out.rx_mac_crc_ok = '0' report "Did not receive CRC OK" severity error;
|
||||
assert mac_out.rx_mac_crc_ok = '1' report "Did not receive CRC OK" severity error;
|
||||
end if;
|
||||
end loop;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user