xmakefilesetup configuration for Xilinx software

6 views (last 30 days)
I have followed this and this videos to run simulink model in ZedBoard.
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:
2.jpg
I can't realise the next step. I need to configure xmakefilesetup, but there is not ISE configuration in Xmakefile User Configuration:1.jpg
How to solve this problem?

Answers (1)

Kiran Kintali
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

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!