Skip to content

Commit

Permalink
platforms/sqrl_acorn: Fix debug pin order.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Jan 17, 2025
1 parent 5fa7f08 commit 10ce757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex_boards/platforms/sqrl_acorn.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
Subsignal("rx_n", Pins("A10")),
),
# Debug.
("debug", 0, Pins("H5 J5 K2 J2"), IOStandard("LVCMOS33")),
("debug", 0, Pins("H5 J5 J2 K2"), IOStandard("LVCMOS33")),

]
# Platform -----------------------------------------------------------------------------------------
Expand Down

0 comments on commit 10ce757

Please sign in to comment.