HDL coder not loading simulation tool
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Thomas Castle
le 3 Oct 2020
Réponse apportée : Kiran Kintali
le 4 Oct 2020
When i give the follwing command on MATLAB i get the following error:
>> hdlsetuptoolpath('ToolName','Xilinx Vivado','ToolPath','D:\programFiles\Vivado\2020.1\bin\vivado.bat');
Prepending following Xilinx Vivado path(s) to the system path:
D:\programFiles\Vivado\2020.1\bin
I have added the D:\programFiles\Vivado\2020.1\bin\ path to the system PATH restarted MATLAB but still get the same error i'm using MATLAB 2019.b could this be the reason?
PLEASE HELP!
0 commentaires
Réponse acceptée
Kiran Kintali
le 4 Oct 2020
>> help hdlsetuptoolpath
hdlsetuptoolpath Setup synthesis tool path and environment variables in current MATLAB session.
hdlsetuptoolpath('ToolName', TOOLNAME, 'ToolPath', TOOLPATH) adds the necessary synthesis tool folders to system path, and sets up the system environment variables for the specified synthesis tool.
Xilinx Vivado example:
hdlsetuptoolpath('ToolName', 'Xilinx Vivado', 'ToolPath', 'C:\Xilinx\Vivado\2013.4\bin\vivado.bat');
Note: Please note that Xilinx Vivado launcher for Windows is a '.bat' file.
If you are providing full path to the launcher to hdlsetuptoolpath, make sure to provide correct '.bat' file
All changes to system path or system environment variables using hdlsetuptoolpath are performed for the current MATLAB session only.
Optionally add hdlsetuptoolpath commands to the MATLAB startup.m script to execute it automatically when the MATLAB program starts.
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!