Skip to content

Commit

Permalink
plumb fastio_rdata from keypad_i2c #798
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed Apr 5, 2024
1 parent 2bdfdee commit 23c6165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vhdl/iomapper.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -1433,6 +1433,7 @@ begin
fastio_write => w,
fastio_read => r,
fastio_wdata => unsigned(data_i),
std_logic_vector(fastio_rdata) => data_o,

sda => keypadSDA,
scl => keypadSCL
Expand Down

0 comments on commit 23c6165

Please sign in to comment.