I'm getting this error and I'm unable to figure out this. Please help

12 visualizaciones (últimos 30 días)
Error:
Could not find HDL simulator executable on your system path. Please specify the HDL simulator installation directory

Respuestas (3)

Image Analyst
Image Analyst el 15 de Mayo de 2021

Rakesh Das
Rakesh Das el 15 de Mayo de 2021
Have you start the cosimulation server using the hdldaemon function, Before starting of HDL simulator,
You must use a shell for a cross-network simulation, such as if the HDL simulator runs on a different machine from your matlab host. Starting the simulator from matlab allows you to specify the library by name rather than exact path.
  1 comentario
Anubhav Prasad
Anubhav Prasad el 15 de Mayo de 2021
Editada: Anubhav Prasad el 15 de Mayo de 2021
Yes I did that but still it's the same.
Is it something related to the HDL simulator that is present on the system. I have Xilinx ISE with me
Also I don't want a cross-network simulation. I have to simulate only on my system.

Iniciar sesión para comentar.


Bharath Venkataraman
Bharath Venkataraman el 19 de Mayo de 2021
Please check if you have an HDL simulator that is supported. Here is the list supported by HDL Verifier: https://www.mathworks.com/help/hdlverifier/gs/supported-eda-tools.html
You can also call vsim with the vsimdir argument to specify where the ModelSim executable lives.

Categorías

Más información sobre HDL Coder en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by