Skip to content

Commit 5b82f0d

Browse files
esdenwhitequark
authored andcommitted
icebitsy: Added the pmod breakout pmod connectors.
1 parent cecddae commit 5b82f0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

amaranth_boards/icebreaker_bitsy.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ class ICEBreakerBitsyPlatform(LatticeICE40Platform):
4040
"12":"20", "13":"25", "14":"23", "15":"27", "16":"26", "17":"28",
4141
"18":"31", "19":"32", "20":"34", "21":"36", "22":"43", "23":"46"}
4242
),
43+
Connector("pmod", 1, " 0 2 4 6 - - 1 3 5 7 - -", conn=("edge", "0")), # PMOD 1
44+
Connector("pmod", 2, "22 19 16 17 - - 21 18 15 20 - -", conn=("edge", "0")), # PMOD 2
45+
Connector("pmod", 3, "14 9 11 8 - - 13 10 12 23 - -", conn=("edge", "0")) # PMOD 3
4346
]
4447

4548
def toolchain_program(self, products, name, run_vid=None, run_pid=None, dfu_vid="1d50", dfu_pid="6146", reset=True):

0 commit comments

Comments
 (0)