paltforms/marblemini: add break_off_pmod.
This commit is contained in:
parent
c2cd863658
commit
587caf7584
|
@ -231,6 +231,13 @@ _connectors = [
|
|||
})
|
||||
]
|
||||
|
||||
_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):
|
||||
|
|
Loading…
Reference in New Issue