make bork

This commit is contained in:
Markus Perkins 2022-01-21 20:28:28 +01:00
parent d02c505815
commit 7905ae6b24

View File

@ -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 = '1' report "Did not receive CRC OK" severity error;
assert mac_out.rx_mac_crc_ok = '0' report "Did not receive CRC OK" severity error;
end if;
end loop;