Skip to content

Commit

Permalink
i3c_wrapper: fix io pins connection
Browse files Browse the repository at this point in the history
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
  • Loading branch information
kgugala committed Oct 4, 2024
1 parent 1b7f736 commit d5c7151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/i3c_wrapper.sv
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@ module i3c_wrapper #(
.scl_o(scl_io2phy),
.sda_o(sda_io2phy),
.sel_od_pp_i(sel_od_pp),
.scl_io(scl_io),
.sda_io(sda_io)
.scl_io(i3c_scl_io),
.sda_io(i3c_sda_io)
);
`endif

Expand Down

0 comments on commit d5c7151

Please sign in to comment.