Call RX handler on own TX interrupt
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user