Skip to content

Commit c22d770

Browse files
committed
Fix more pin assignement
1 parent b7451fa commit c22d770

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

amaranth_boards/elbert_v2.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@ class ElbertV2NumatoPlatform(XilinxPlatform):
3838

3939
connectors = [
4040
Connector("p", 1,
41-
"- - - - P25 P24 P29 P27 P30 P28 P32 P31"
41+
"P31 P32 P28 P30 P27 P29 P24 P25 - - - -"
4242
),
4343
Connector("p", 6,
44-
"- - - - P13 P12 P16 P15 P20 P18 P21 P19"
44+
"P19 P21 P18 P20 P15 P16 P12 P13 - - - -"
4545
),
4646
Connector("p", 2,
47-
"- - - - P6 P4 P5 P3 P8 P7 P11 P10"
47+
"P10 P11 P7 P8 P3 P5 P4 P6 - - - -"
4848
),
4949
Connector("p", 4,
50-
"- - - - P132 P130 P135 P134 P139 P138 P143 P141"
50+
"P141 P143 P138 P139 P134 P135 P130 P132 - - - -"
5151
),
5252
Connector("p", 5,
53-
"- - P140 P142 P91 P131 P126 P127 P123 P125"
53+
"P125 P123 P127 P126 P131 P91 P142 P140 - -"
5454
)
5555
]
5656

0 commit comments

Comments
 (0)