HDL coder not loading simulation tool
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Thomas Castle
el 3 de Oct. de 2020
Respondida: Kiran Kintali
el 4 de Oct. de 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 comentarios
Respuesta aceptada
Kiran Kintali
el 4 de Oct. de 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 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!