Worflow advisor tcl scripts generates error at programming phase

1 回表示 (過去 30 日間)
Antti Wredfors
Antti Wredfors 2015 年 10 月 6 日
回答済み: Balazs 2015 年 11 月 18 日
Hello,
Advisor section "4.4 Program Target Device" will pick any device with xilinx or digilent interface and will cause programming error.
I do have multiple devices on usb ports which uses same kind of interface. HDL Workflow advisor tcl scripts can not identify correct one. I checked tcl script and line "current_hw_target [get_hw_targets *]" is trying to find any device. But problem is that there is two or three devices already present.
How to edit this tcl script permanently? It will be generated again in every time and modifications will be over written.
Best Regards Antti

採用された回答

Wang Chen
Wang Chen 2015 年 10 月 6 日
Hi Antti,
This is a limitation of current HDL Workflow Advisor (R2015b). There is no option to configure the JTAG programming. The work-around is to open the Vivado project using the link in "Create Project" task, and program the FPGA through Vivado. Or you have to leave only one JTAG device connected.
We are working on improving the tool for the coming releases to provide more customization for programming methods.
Best Regards, Wang
  2 件のコメント
Balazs
Balazs 2015 年 11 月 18 日
I also get an error at Section 4.4 of Workflow Advisor (Matlab R2015b, Vivado 2015.3).
Matlab generates the 'vivado_download.tcl' script with the following command:
connect_hw_server -host localhost -port 60001
but these arguments are deprecated in the Vivado 2015.3
the current syntax would be, according to Vivado help:
connect_hw_server [-url < arg >]
Balazs
Balazs 2015 年 11 月 18 日
I also get an error at Section 4.4 of Workflow Advisor (Matlab R2015b, Vivado 2015.3).
Matlab generates the 'vivado_download.tcl' script with the following command:
connect_hw_server -host localhost -port 60001
but these arguments are deprecated in the Vivado 2015.3
the current syntax would be, according to Vivado help:
connect_hw_server [-url < arg >]

サインインしてコメントする。

その他の回答 (1 件)

Balazs
Balazs 2015 年 11 月 18 日
I also get an error at Section 4.4 of Workflow Advisor (Matlab R2015b, Vivado 2015.3).
Matlab generates the 'vivado_download.tcl' script with the following command:
connect_hw_server -host localhost -port 60001
but these arguments are deprecated in the Vivado 2015.3
the current syntax would be, according to Vivado help:
connect_hw_server [-url < arg >]

タグ

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by