Call RX handler on own TX interrupt

This commit is contained in:
2022-12-17 21:34:15 +01:00
parent d286704b8a
commit df940404d9
2 changed files with 117 additions and 55 deletions

View File

@@ -130,8 +130,21 @@ BEGIN
wait for 50us;
btn0 <= "00100"; -- freq
wait for 50us;
sw <= x"000B";
btn0 <= "00000";
btn1 <= "00100"; -- freq
wait for 50us;
btn0 <= "00010"; -- clear
wait for 50us;
sw <= x"000C";
btn0 <= "00000";
btn1 <= "00001"; -- add
wait for 50us;
btn1 <= "00010"; -- clear
wait for 100us;
assert false report "Simulation terminated!" severity failure;