HDL Code Generation using remotely installed Vivado
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Fabio
le 12 Fév 2024
Déplacé(e) : Stefanie Schwarz
le 12 Fév 2025
Hi,
I need to generate HDL Code using Simulink but I have Vivado with full license installed in another PC reachable through a VPN.
Is possible to configure hdlsetuptoolpath to use a remote path? Exists another workaround without installing Simulink and Vivado in the same PC?
0 commentaires
Réponse acceptée
Tom Richter
le 12 Fév 2024
Déplacé(e) : Stefanie Schwarz
le 12 Fév 2025
Hi Fabio,
this should work on Windows (similar for Linux):
hdlsetuptoolpath('ToolName', 'Xilinx Vivado', 'ToolPath', ...
'\\<computer_name>\Xilinx\Vivado\2022.1\bin\vivado.bat');
However, as I know you need a license for the PC that calls Vivado (means the one with Simulink).
Best regards,
Tom
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!