HDL WORKFLOW ADVISOR (Errors)

6 views (last 30 days)
RAJASHEKAR MAIDA
RAJASHEKAR MAIDA on 27 Dec 2015
Answered: andy on 20 Aug 2016
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 ?

Answers (2)

Wang Chen
Wang Chen on 28 Dec 2015
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 Comments
RAJASHEKAR MAIDA
RAJASHEKAR MAIDA on 29 Dec 2015
Edited: RAJASHEKAR MAIDA on 29 Dec 2015
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 on 29 Dec 2015
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?

Sign in to comment.


andy
andy on 20 Aug 2016
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!