HDL WORKFLOW ADVISOR (Errors)
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 ?
0 Kommentare
Antworten (2)
Wang Chen
am 28 Dez. 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 Kommentare
Wang Chen
am 29 Dez. 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?
andy
am 20 Aug. 2016
oh jesus ,i guess it is possible that you have not installed vivado?
0 Kommentare
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!