Skip to content
Snippets Groups Projects
Commit 37b2c413 authored by Hendrik Borras's avatar Hendrik Borras
Browse files

Fixed change in Ultra96 vendor definition

parent 3a50a3f4
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ if {$BOARD == "ZCU104"} {
set_property board_part xilinx.com:zcu102:part0:3.3 [current_project]
set ZYNQ_TYPE "zynq_us+"
} elseif {$BOARD == "Ultra96"} {
set_property board_part em.avnet.com:ultra96v1:part0:1.2 [current_project]
set_property board_part avnet.com:ultra96v1:part0:1.2 [current_project]
set ZYNQ_TYPE "zynq_us+"
} elseif {$BOARD == "Pynq-Z2"} {
set ZYNQ_TYPE "zynq_7000"
......
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