Jump to content
  • 0

Generating Zybo project hdmi_in from Digilent's github in Vivado v2016.3


dast

Question

I am trying to create the hdmi_in project in Vivado v2016.3 with the results below. How can I make create_project.tcl compatible with v2016.3?

source ./create_project.tcl

...

## }
## 
##   # Restore current instance
##   current_bd_instance $oldCurInst
## 
##   save_bd_design
## }
## create_root_design ""
WARNING: [IP_Flow 19-3331] Invalid parameters found in dependency constraints of 'BUSIF_ENABLEMENT.ASYNCRST' 
WARNING: [IP_Flow 19-3331] Invalid parameters found in dependency constraints of 'BUSIF_ENABLEMENT.ASYNCRST' 
WARNING: [IP_Flow 19-3553] Error found in parameter dependencies in XGUI files. Invalid parameters found in dependency constraints of 'BUSIF_ENABLEMENT.ASYNCRST' 

CRITICAL WARNING: [IP_Flow 19-973] Failed to create IP instance 'hdmi_in_dvi2rgb_0_0'. Error during customization.
ERROR: [#UNDEF] Error found in parameter dependencies in XGUI files. Invalid parameters found in dependency constraints of 'BUSIF_ENABLEMENT.ASYNCRST' 

ERROR: [BD 5-7] Error: running create_bd_cell  -vlnv digilentinc.com:ip:dvi2rgb:1.6 -type ip -name dvi2rgb_0 .
ERROR: [Common 17-39] 'create_bd_cell' failed due to earlier errors.

    while executing
"create_bd_cell -type ip -vlnv digilentinc.com:ip:dvi2rgb:1.6 dvi2rgb_0 "
    (procedure "create_root_design" line 77)
    invoked from within
"create_root_design """
    (file "../src/bd/system.tcl" line 1669)

    while executing
"source $origin_dir/src/bd/system.tcl"
    (file "./create_project.tcl" line 102)

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Hi Dast,

This project was just recently updated from 2015.4 to 2016.2. One way to check what version it was made for is to open the system.tcl file. You can find the system.tcl file by following this path hdmi_in\src\bd.  Here is a thread that describes a few different ways to try to get the tcl script to run on the newer version and other alternatives. Hope this helps!

thank you,

Jon

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...