Skip to content

Commit 1c50c79

Browse files
committed
Fix J9 pinout. Pin 1 is on the edge of the board.
1 parent 42d4615 commit 1c50c79

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

litex_boards/platforms/hyvision_pcie_opt01_revf.py

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,14 @@
182182

183183
_connectors = [
184184
( "J9", {
185-
1: "L24", 2: "M22",
186-
3: "M24", 4: "N24",
187-
5: "N22", 6: "P23",
188-
7: "P24", 8: "R23",
189-
9: "T23", 10: "T24",
190-
11: "K25", 12: "K26",
191-
13: "M25", 14: "M26",
192-
15: "N26", 16: "P26",
193-
17: "N26", 18: "P26",
185+
1: "N26", 2: "P26",
186+
3: "M25", 4: "M26",
187+
5: "K25", 6: "K26",
188+
7: "T23", 8: "T24",
189+
9: "P24", 10: "R23",
190+
11: "N22", 12: "P23",
191+
13: "M24", 14: "N24",
192+
15: "L24", 16: "M22",
194193
})
195194
]
196195

0 commit comments

Comments
 (0)