HDL coder not loading simulation tool

5 次查看(过去 30 天)
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!

采纳的回答

Kiran Kintali
Kiran Kintali 2020-10-4
>> 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 个)

产品


版本

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by