HDL WORKFLOW ADVISOR (Errors)

5 ビュー (過去 30 日間)
RAJASHEKAR MAIDA
RAJASHEKAR MAIDA 2015 年 12 月 27 日
回答済み: andy 2016 年 8 月 20 日
Hi,
I started working on Atlys Spartan6(XC6SLX45) board with the Matlab 2015.4b . I started with LED Blinking example . I have a problem in setting target interface .
This is the error I got :
_Error using downstream.DownstreamIntegrationDriver/setBoardName Target platform "Xilinx Spartan-6 SP605 development board" requires synthesis tool Xilinx ISE. You can use the hdlsetuptoolpath function to add the appropriate synthesis tool path to your system path for the current MATLAB session. For more information, see "help hdlsetuptoolpath".
If you use an external command to add the synthesis tool path to your system path, use the 'Refresh' button in task 1.1 to import the new tool list.
Error in downstream.DownstreamIntegrationDriver/setOptionValue
Error in downstream.DownstreamIntegrationDriver/set
Error in emlhdlcoder.WorkFlow.Manager/wfa_getPortInfo
Error in getHDLEmlPortInfo
Target platform "Xilinx Spartan-6 SP605 development board" requires synthesis tool Xilinx ISE. You can use the hdlsetuptoolpath function to add the appropriate synthesis tool path to your system path for the current MATLAB session. For more information, see "help hdlsetuptoolpath".
If you use an external command to add the synthesis tool path to your system path, use the 'Refresh' button in task 1.1 to import the new tool list. Error in setBoardName at 0 Error in setOptionValue at 0 Error in set at 0 Error in Manager>wfa_getPortInfo at 0 Error in getHDLEmlPortInfo at 0 _
I went through existing answers and searched using Advanced search I couldn't not find any answer to it .
Whenever I try to open setboardName.P this is what I get .
Any suggestions on how to proceed ?

回答 (2 件)

Wang Chen
Wang Chen 2015 年 12 月 28 日
Hi RAJASHEKAR, as the error message sugguested: "Target platform "Xilinx Spartan-6 SP605 development board" requires synthesis tool Xilinx ISE. You can use the hdlsetuptoolpath function to add the appropriate synthesis tool path to your system path for the current MATLAB session. For more information, see "help hdlsetuptoolpath"."
Please install a Xilinx ISE and use hdlsetuptoolpath to regsiter the ISE installation path in MATLAB, for example: >>hdlsetuptoolpath('ToolName', 'Xilinx ISE', 'ToolPath', 'C:\Xilinx\14.7\ISE_DS\ISE\bin\nt64\ise.exe')
  2 件のコメント
RAJASHEKAR MAIDA
RAJASHEKAR MAIDA 2015 年 12 月 29 日
編集済み: RAJASHEKAR MAIDA 2015 年 12 月 29 日
Hi Chen , To bring to your notice , Synthesis tool is set as ISE (Please ref 1st figure). I have set the path in the way you mentioned but still the problem
Wang Chen
Wang Chen 2015 年 12 月 29 日
Hi RAJASHEKAR, the 1st figure shows the SP605 board, but the Chip family shows as Virtex7. It still looks like something wrong with tool setup. Can you first make sure your ISE is available, and then try start a new project in a clean folder?

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


andy
andy 2016 年 8 月 20 日
oh jesus ,i guess it is possible that you have not installed vivado?

Community Treasure Hunt

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

Start Hunting!

Translated by