HDL WORKFLOW ADVISOR (Errors)

조회 수: 8 (최근 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