projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86e910d
)
arty: Change USB-uart and I2S Pmod configuration
author
Pawel Sagan
<psagan@internships.antmicro.com>
Wed, 29 Jul 2020 19:14:40 +0000
(21:14 +0200)
committer
Mateusz Holenko
<mholenko@antmicro.com>
Wed, 5 Aug 2020 09:38:51 +0000
(11:38 +0200)
This makes it compatible with the Arty A7 expansion board by Antmicro
(https://github.com/antmicro/arty-expansion-board).
litex/boards/platforms/arty.py
patch
|
blob
|
history
diff --git
a/litex/boards/platforms/arty.py
b/litex/boards/platforms/arty.py
index 16d1d01e9ff777d7ecc213d2a9c0ebe7db50b265..da88e75537f88c4915f10dd28e51e4b25fbbf53c 100644
(file)
--- a/
litex/boards/platforms/arty.py
+++ b/
litex/boards/platforms/arty.py
@@
-249,7
+249,7
@@
def usb_pmod_io(pmod):
IOStandard("LVCMOS33")
),
]
-_usb_uart_pmod_io = usb_pmod_io("pmod
a") # USB-UART PMOD on JA
.
+_usb_uart_pmod_io = usb_pmod_io("pmod
b") # USB-UART PMOD on JB
.
def i2s_pmod_io(pmod):
@@
-270,7
+270,7
@@
def i2s_pmod_io(pmod):
IOStandard("LVCMOS33"),
),
]
-_i2s_pmod_io = i2s_pmod_io("pmod
d") # I2S PMOD on JD
.
+_i2s_pmod_io = i2s_pmod_io("pmod
a") # I2S PMOD on JA
.
def sdcard_pmod_io(pmod):
return [