xmakefilesetup configuration for Xilinx software
6 views (last 30 days)
Show older comments
I have installed Xilinx software (Vivado 2018.3, ISE 14.7 system edition), and added corresponding paths:
hdlsetuptoolpath('ToolName', 'Xilinx ISE', 'ToolPath', 'D:\Xilinx\14.7\ISE_DS\ISE\bin\nt64\ise.exe');
for using ISE, or for using Vivado:
hdlsetuptoolpath('ToolName', 'Xilinx Vivado', 'ToolPath', 'D:\Xilinx\Vivado\2018.3\bin\vivado.bat');
I have also set up and configured hardware support packages.
Matlab is configured by ISE System Generator:

I can't realise the next step. I need to configure xmakefilesetup, but there is not ISE configuration in Xmakefile User Configuration:

How to solve this problem?
0 Comments
Answers (1)
Kiran Kintali
on 23 Aug 2020
HDLCoder works in conjuction with System Generator. See example here.
However, your System Generator specific install/setup question can be best answered via Xilinx forum https://forums.xilinx.com/t5/AI-Engine-DSP-IP-and-Tools/bd-p/dspip_tools
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!