Skip to content

Commit

Permalink
fix signal names #798
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed Apr 4, 2024
1 parent 28a43d1 commit bf654ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vhdl/iomapper.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -1434,8 +1434,8 @@ begin
fastio_read => r,
fastio_wdata => unsigned(data_i),

sda => keypad_sda,
scl => keypad_scl
sda => keypadSDA,
scl => keypadSCL

);
end generate i2cperiph_keypad;
Expand Down

0 comments on commit bf654ab

Please sign in to comment.