I have a AD-FMCMOTCON1-EBZ motor control kit for a Zedboard. I am not able to build the Vivado reference design for the programmable logic as detailed here: http://wiki.analog.com/resources/eval/user-guides/ad-fmcmotcon1-ebz/reference_hdl/linux
Supposedly you clone the github repo:
https://github.com/analogdevicesinc/hdl/tree/master/projects/motor_control
Then open Vivado and in the tcl console type:
cd [project_path]/projects/motor_control/zed
source ./system_project.tcl
It starts making a project but won't finish. This is the error:
ERROR: [BD 5-216] VLNV <xilinx.com:ip:processing_system7:5.3> is not supported for this version of the
tools.The latest version is:5.4
ERROR: [Common 17-39] 'create_bd_cell' failed due to earlier errors.
while executing
"create_bd_cell -type ip -vlnv xilinx.com:ip:processing_system7:5.3 sys_ps7"
invoked from within
"set sys_ps7 [create_bd_cell -type ip -vlnv xilinx.com:ip:processing_system7:5.3 sys_ps7]"
(file "../../../projects/common/zed/zed_system_bd.tcl" line 46)
while executing
"source $ad_hdl_dir/projects/common/zed/zed_system_bd.tcl"
(file "system_bd.tcl" line 3)
while executing
"source system_bd.tcl"
(procedure "adi_project_create" line 94)
invoked from within
"adi_project_create motor_control_zed"
(file "./system_project.tcl" line 5)