make bork
This commit is contained in:
parent
d02c505815
commit
7905ae6b24
@ -182,7 +182,7 @@ begin
|
|||||||
if run("mac_tx_rx_simple") then
|
if run("mac_tx_rx_simple") then
|
||||||
mac_tx_start <= not mac_tx_start;
|
mac_tx_start <= not mac_tx_start;
|
||||||
wait on mac_out.rx_mac_crc_ok, mac_out.rx_mac_crc_error for 1 ms;
|
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 if;
|
||||||
end loop;
|
end loop;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user