Skip to content

Commit

Permalink
fix failing I2C test by allowing enough time.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed Apr 6, 2024
1 parent f35a129 commit e1e0a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vhdl/tb_keypad_i2c.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ begin
end if;
end loop;

-- Give time for register update to propagate
wait_a_while(10);
-- Give time for register write to occur and propagate
wait_a_while(10000);

if debug_write_pending_count = 0 then
assert false report "write job was never marked pending";
Expand Down

0 comments on commit e1e0a25

Please sign in to comment.