Problem in hdl coder
8 ビュー (過去 30 日間)
古いコメントを表示
I am not able to set synthesis path for Matlab to hdl workflow. I used the command: hdlsetuptoolpath('ToolName','Xilinx ISE','ToolPath','C:\Xilinx\14.3\ISE_DS\ISE\bin\nt64\ise.exe') but still it shows 'No synthesis tool available on system path'. Please help
1 件のコメント
Kaustubha Govind
2013 年 10 月 9 日
Not very familiar with this workflow, but the error message suggests that the software is looking for the tool on the system PATH environment variable. You might need to configure that as well, and restart MATLAB to make the new system PATH is picked.
採用された回答
Tim McBrayer
2013 年 10 月 9 日
You don't mention which release you are using, but try this process:
- Close HDL Coder completely, leaving MATLAB open
- Run hdlsetuptoolpath('ToolName','Xilinx ISE','ToolPath','C:\Xilinx\14.3\ISE_DS\ISE\bin 64\ise.exe')
- Reopen HDL Coder
If that does not work, this next process will do the trick:
- Close HDL Coder
- Close MATLAB
- Reopen MATLAB
- Run hdlsetuptoolpath('ToolName','Xilinx ISE','ToolPath','C:\Xilinx\14.3\ISE_DS\ISE\bin 64\ise.exe')
- Reopen HDL Coder
The process of adding synthesis tools to HDL Coder has become more resilient in newer releases.
その他の回答 (2 件)
MEHDI
2013 年 11 月 16 日
Hi,
I try to use Xilinx to synthesis my model but i recived the following error in matlab 2012ra:
'Warning Downstream Integration: Current version 14.7 of Xilinx ISE tool on system path may not be compatible with HDL Workflow Advisor. The compatible version: Xilinx ISE 13.1. Attempt to continue running Xilinx ISE ... Failed Create Project.'
any hint please?
0 件のコメント
MEHDI
2013 年 11 月 16 日
hi, i already did hdlsupport , but irecived erroe below when i want to synthesis:
Warning Downstream Integration: Current version 14.7 of Xilinx ISE tool on system path may not be compatible with HDL Workflow Advisor. The compatible version: Xilinx ISE 13.1. Attempt to continue running Xilinx ISE ... Failed Create Project. help please. I already tried quartus and i recived same error.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!