Merge pull request #98 from antmicro/arty_pmod_configuration

arty: Change USB-uart and I2S Pmod configuration
This commit is contained in:
enjoy-digital 2020-08-05 12:30:10 +02:00 committed by GitHub
commit 8583c44063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 [