Jump to content
  • 0

zoggx003

Question

I downloaded the ZYBO-master from the github, and ran the tcl script from the following directory: C:\Zynq_Book\ZYBO-master\ZYBO-master\Projects\dma\proj. 

Could the tcl files have been mixed up or misplaced?

 Has anyone fIgured out how to fix this?    this is the error that I get:

 

ERROR: [IP_Flow 19-3461] Value 'hdmi_in_ddc' is out of the range for parameter 'IIC Board Interface(IIC_BOARD_INTERFACE)' for BD Cell 'axi_iic_0' . Valid values are - Custom
INFO: [IP_Flow 19-3438] Customization errors found on 'axi_iic_0'. Restoring to previous valid configuration.
INFO: [Common 17-17] undo 'set_property'

ERROR: [Common 17-39] 'set_property' failed due to earlier errors.

    while executing
"rdi::add_properties -dict {CONFIG.IIC_BOARD_INTERFACE hdmi_in_ddc CONFIG.USE_BOARD_FLOW true} /axi_iic_0"
    invoked from within
"set_property -dict [ list  CONFIG.IIC_BOARD_INTERFACE {hdmi_in_ddc}  CONFIG.USE_BOARD_FLOW {true}  ] $axi_iic_0"
    (procedure "create_root_design" line 55)
    invoked from within
"create_root_design """
    (file "../src/bd/system.tcl" line 1498)

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

update_compile_order -fileset sources_1

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Hi @zoggx003,

What version of Vivado are you using? The DMA was made in Vivado 2016.2 and unfortunately the projects are version specific. In Vivado 2016.4 you can click into in my case

C:\Users\jpeyron\Desktop\ZYBO-master\Projects\dma\src\bd and edit the system.tcl. Change 2016.2 to 2016.4.  I verified that this change will work with Vivado 2016.4. 

cheers,

Jon

zybo_1.jpg

zybo_2.jpg

zybo_3.jpg

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...