Skip to content

Commit

Permalink
add missing sensitivity list items #798
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed Apr 4, 2024
1 parent 6e28c1d commit 3bf0be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vhdl/keypad_i2c.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ begin
debug_scl => i2c1_debug_scl
);

process (clock,cs,fastio_read,fastio_addr) is
process (clock,cs,fastio_read,fastio_addr,write_job_pending,i2c1_error,debug_status,busy_count) is
begin

if cs='1' and fastio_read='1' then
Expand Down

0 comments on commit 3bf0be7

Please sign in to comment.