Merge pull request #98 from antmicro/arty_pmod_configuration
arty: Change USB-uart and I2S Pmod configuration
This commit is contained in:
commit
8583c44063
|
@ -249,7 +249,7 @@ def usb_pmod_io(pmod):
|
||||||
IOStandard("LVCMOS33")
|
IOStandard("LVCMOS33")
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
_usb_uart_pmod_io = usb_pmod_io("pmoda") # USB-UART PMOD on JA.
|
_usb_uart_pmod_io = usb_pmod_io("pmodb") # USB-UART PMOD on JB.
|
||||||
|
|
||||||
|
|
||||||
def i2s_pmod_io(pmod):
|
def i2s_pmod_io(pmod):
|
||||||
|
@ -270,7 +270,7 @@ def i2s_pmod_io(pmod):
|
||||||
IOStandard("LVCMOS33"),
|
IOStandard("LVCMOS33"),
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
_i2s_pmod_io = i2s_pmod_io("pmodd") # I2S PMOD on JD.
|
_i2s_pmod_io = i2s_pmod_io("pmoda") # I2S PMOD on JA.
|
||||||
|
|
||||||
def sdcard_pmod_io(pmod):
|
def sdcard_pmod_io(pmod):
|
||||||
return [
|
return [
|
||||||
|
|
Loading…
Reference in New Issue