HDL WORKFLOW ADVISOR (Errors)
Mostra commenti meno recenti
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 ?
Risposte (2)
Wang Chen
il 28 Dic 2015
1 voto
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 Commenti
RAJASHEKAR MAIDA
il 29 Dic 2015
Modificato: RAJASHEKAR MAIDA
il 29 Dic 2015
Wang Chen
il 29 Dic 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
il 20 Ago 2016
0 voti
oh jesus ,i guess it is possible that you have not installed vivado?
Categorie
Scopri di più su AMD FPGA and SoC Devices in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!