Skip to content
Snippets Groups Projects
Commit e225cbd2 authored by Michael Betz's avatar Michael Betz
Browse files

add zedboard platform to CI

parent 8ee20a3f
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,13 @@ _io = [
Subsignal("vrn", Pins("M7")),
Subsignal("vrp", Pins("N7")),
Subsignal("we_n", Pins("R4"))
),
# serial (just to make CI pass)
# unfortunately the only USB UART is hard-wired to the ARM CPU
("serial", 0,
Subsignal("tx", Pins("-")),
Subsignal("rx", Pins("-"))
)
]
......
......@@ -63,6 +63,9 @@ class TestTargets(unittest.TestCase):
# Xilinx Kintex Ultrascale
platforms.append("kcu105")
# Xilinx Zynq-7000
platforms.append("zedboard")
# Xilinx Zynq Ultrascale+
platforms.append("zcu104")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment