xmakefilesetup configuration for Xilinx software
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Kiran Kintali
el 23 de Ag. de 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 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!