scripts:adi_project: Update ZCU102 device package and board files

ZCU102 is a fairly new board and gets additional support in 2017.4.
main
AndreiGrozav 2018-02-14 12:51:07 +00:00 committed by István Csomortáni
parent dd8d6f90ee
commit 57a61f0635
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ proc adi_project_xilinx {project_name {mode 0}} {
set sys_zynq 1 set sys_zynq 1
} }
if [regexp "_zcu102$" $project_name] { if [regexp "_zcu102$" $project_name] {
set p_device "xczu9eg-ffvb1156-2-i" set p_device "xczu9eg-ffvb1156-2-e"
set p_board "xilinx.com:zcu102:part0:3.0" set p_board "xilinx.com:zcu102:part0:3.1"
set sys_zynq 2 set sys_zynq 2
} }