Supported Boards
The following application repos target different Xilinx Zynq UltraScale+ SoC boards using the
axi-soc-ultra-plus-core platform. Each repo contains a board-specific FPGA target under
firmware/targets/<TargetName>/ with its own top-level VHDL entity, XDC constraints, and
ruckus.tcl build script.
Repo |
Board model |
Xilinx part number |
Target dir name |
Notes |
|---|---|---|---|---|
RealDigital RFSoC 4x2 |
xczu48dr-ffvg1517-2-e |
SimpleRfSoc4x2Example |
Verified end-to-end |
|
Xilinx KV260 Vision AI Starter Kit |
xck26-sfvc784-2lv-c |
SimpleKriaKv260Example |
Pending verification |
|
Xilinx ZCU102 |
xczu9eg-ffvb1156-2-e |
SimpleZcu102Example |
Pending verification |
|
Xilinx ZCU111 |
xczu28dr-ffvg1517-2-e |
SimpleZcu111Example |
Pending verification |
|
Xilinx ZCU208 |
xczu48dr-fsvg1517-2-e |
SimpleZcu208Example |
Pending verification |
|
Xilinx ZCU216 |
xczu49dr-ffvf1760-2-e |
SimpleZcu216Example |
Pending verification |
|
Xilinx ZCU670 |
xczu67dr-fsve1156-2-e |
SimpleZcu670Example |
Pending verification |
Finding the target directory name
The target directory name maps directly to the Vivado project name and to the top-level VHDL
entity. To find the name for any repo, inspect the Makefile:
cat firmware/targets/<TargetName>/Makefile | grep PRJ_PART
The Makefile PRJ_PART variable also carries the authoritative Xilinx device part string used
during synthesis.