Data add over CAN working

This commit is contained in:
2022-12-17 17:02:06 +01:00
parent 9073e16e00
commit 9794e697b3
2 changed files with 56 additions and 7 deletions

View File

@@ -120,6 +120,9 @@ BEGIN
wait for 3us;
btn0 <= "00001"; -- add
-- btn0 <= "00010"; -- clear
wait for 25us;
btn0 <= "00010"; -- clear
wait for 300us;
assert false report "Simulation terminated!" severity failure;