open-sdr / openwifi-hw

open-source IEEE 802.11 WiFi baseband FPGA (chip) design: FPGA, hardware
GNU Affero General Public License v3.0
648 stars 227 forks source link

Error when loading openofdm.tcl script from Vivado #3

Closed frestuc closed 4 years ago

frestuc commented 4 years ago

Getting the following error while running the TCL script:

INFO: [BD 41-434] Could not find an IP with XCI file by name: system_axi_hdmi_core_0 
can't read "auto_set_param_list": no such variable
ERROR: [BD 41-1273] Error running init TCL procedure: can't read "auto_set_param_list": no such variable
    adi_auto_assign_device_spec Line 18
JiaoXianjun commented 4 years ago

Which OS are you using? Do you do: cd adi-hdl/library git reset --hard 2018_r1 source $XILINX_DIR/Vivado/2017.4/settings64.sh make (Will take a while)

Successfully?

JiaoXianjun commented 4 years ago

Would you please confirm that the issue is still there or not at your side?

frestuc commented 4 years ago

The command is successful but the error is still there. Ubuntu 19.04.

JiaoXianjun commented 4 years ago

What is the Vivado version? Could you paste full outputs of the command (making library and source the .tcl)

frestuc commented 4 years ago

Vivado version is 2017.4.1

This is the vivado log: https://pastebin.com/niJtQCLM

JiaoXianjun commented 4 years ago

So finally you can open the block diagram or cannot?

JiaoXianjun commented 4 years ago

And, would you please try not to rename the openwifi.tcl? I notice that you rename it to rflearn_wifi.tcl

JiaoXianjun commented 4 years ago

If you block diagram opening is successful, and synthesis&implementation run successfully. The message won't be a big issue .

frestuc commented 4 years ago

Yes, S+I run successfully.