diff options
| author | Piotr Esden-Tempski <piotr@esden.net> | 2021-12-14 22:30:58 -0800 |
|---|---|---|
| committer | Catherine <whitequark@whitequark.org> | 2021-12-15 07:28:35 +0000 |
| commit | 5b82f0d6d3f301aacc1eb29f0ef53d4882d4e28d (patch) | |
| tree | 5202a284dca9fc1255bbf004a12595abd7500f10 | |
| parent | cecddaee1e65cc0295f1d5f3467e0b4166a6a2c3 (diff) | |
icebitsy: Added the pmod breakout pmod connectors.
| -rw-r--r-- | amaranth_boards/icebreaker_bitsy.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/amaranth_boards/icebreaker_bitsy.py b/amaranth_boards/icebreaker_bitsy.py index 2f897cd..3d25236 100644 --- a/amaranth_boards/icebreaker_bitsy.py +++ b/amaranth_boards/icebreaker_bitsy.py @@ -40,6 +40,9 @@ class ICEBreakerBitsyPlatform(LatticeICE40Platform): "12":"20", "13":"25", "14":"23", "15":"27", "16":"26", "17":"28", "18":"31", "19":"32", "20":"34", "21":"36", "22":"43", "23":"46"} ), + Connector("pmod", 1, " 0 2 4 6 - - 1 3 5 7 - -", conn=("edge", "0")), # PMOD 1 + Connector("pmod", 2, "22 19 16 17 - - 21 18 15 20 - -", conn=("edge", "0")), # PMOD 2 + Connector("pmod", 3, "14 9 11 8 - - 13 10 12 23 - -", conn=("edge", "0")) # PMOD 3 ] def toolchain_program(self, products, name, run_vid=None, run_pid=None, dfu_vid="1d50", dfu_pid="6146", reset=True): |
