I was playing with two reference designs "HDMI Display Controller Tutorial" and "Bare Metal HDMI for ZedBoard with ADI IP and ADV7511", they work fine ONLY when I run the PRE-BUILT bitstreams/projects. And they fail if try to build a project in Vivado 2014.4.
Can anybody help with that? See details below...
-----------
Bare Metal HDMI for ZedBoard with ADI IP and ADV7511 - when trying to create a project by running build.tcl I get an 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.5
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 2)
while executing
"source system_bd.tcl"
(procedure "adi_project_create" line 56)
invoked from within
"adi_project_create adv7511_zed"
(file "./system_project.tcl" line 7)
-----------
HDMI Display Controller Tutorial - when trying to create ZED HDMI display core running zed_dmi_display.tcl I get the following error:
WARNING: [IP_Flow 19-2162] IP 'design_1_gnd_0' is locked:
* IP definition 'Constant (1.0)' for IP 'design_1_gnd_0' has a newer minor version in the IP Catalog.
Please select 'Report IP Status' from the 'Tools/Report' menu or run Tcl command 'report_ip_status' for more information.
ERROR: [BD 41-541] Parameter cannot be set on a locked block. The block 'gnd' is locked, because : * IP definition 'Constant (1.0)' for IP 'design_1_gnd_0' has a newer minor version in the IP Catalog.
Please select 'Report IP Status' from the 'Tools/Report' menu or run Tcl command 'report_ip_status' for more information.
ERROR: [BD 41-245] set_property error - Parameter cannot be set on a locked block. The block 'gnd' is locked, because: * IP definition 'Constant (1.0)' for IP 'design_1_gnd_0' has a newer minor version in the IP Catalog.