Skip to content

Commit

Permalink
paltforms/marblemini: add break_off_pmod.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed May 19, 2020
1 parent c2cd863 commit 587caf7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions litex_boards/platforms/marblemini.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,13 @@
})
]

_pmod0_pins = ["PMOD0:{}".format(i) for i in range(8)]
_pmod1_pins = ["PMOD1:{}".format(i) for i in range(8)]
break_off_pmod = [
("pmod0", 0, Pins(*_pmod0_pins), IOStandard("LVCMOS33")),
("pmod1", 0, Pins(*_pmod1_pins), IOStandard("LVCMOS33")),
]

# Platform -----------------------------------------------------------------------------------------

class Platform(XilinxPlatform):
Expand Down

0 comments on commit 587caf7

Please sign in to comment.