フィルターのクリア

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

20 ビュー (過去 30 日間)
Anubhav Prasad
Anubhav Prasad 2021 年 5 月 15 日
コメント済み: Richard 2024 年 7 月 15 日 22:52
Error:
Could not find HDL simulator executable on your system path. Please specify the HDL simulator installation directory

回答 (3 件)

Image Analyst
Image Analyst 2021 年 5 月 15 日

Rakesh Das
Rakesh Das 2021 年 5 月 15 日
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.
  2 件のコメント
Anubhav Prasad
Anubhav Prasad 2021 年 5 月 15 日
編集済み: Anubhav Prasad 2021 年 5 月 15 日
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.
Richard
Richard 2024 年 7 月 15 日 22:52
I tried this in matlab in order to start the daemon to interact with the Xcelium simulator:
>> hdldaemon('time', 'int64')
HDLDaemon shared memory server is running with 0 connections
>> x=hdldaemon('status')
HDLDaemon shared memory server is running with 0 connections
x =
struct with fields:
comm: 'shared memory'
connections: 0
ipc_id: '/tmp/rtseng/E505F434-F023-42a6-B06D-DEFD08434C67'
Here it shows no connection. How do I establish a connection?
Thanks,
Richard

サインインしてコメントする。


Bharath Venkataraman
Bharath Venkataraman 2021 年 5 月 19 日
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.

Community Treasure Hunt

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

Start Hunting!

Translated by