You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The demo is really useful. I am using your socket libraries to run with simulation using Questa MTI (latest version - 2023).
I noticed that when there is no traffic from the Host/QEMU to simulation, the simulator blocks (hangs) at socket functions such as read/write/select, and it can not advance to the next simulation time slot and it stucks forever.
I have tried blocking and non-blocking socket, but I got the same issue.
I don't see this issue happens in VCS simulator.
Has anyone seen the same issue for Questa sim?
The text was updated successfully, but these errors were encountered:
Hi,
The demo is really useful. I am using your socket libraries to run with simulation using Questa MTI (latest version - 2023).
I noticed that when there is no traffic from the Host/QEMU to simulation, the simulator blocks (hangs) at socket functions such as read/write/select, and it can not advance to the next simulation time slot and it stucks forever.
I have tried blocking and non-blocking socket, but I got the same issue.
I don't see this issue happens in VCS simulator.
Has anyone seen the same issue for Questa sim?
The text was updated successfully, but these errors were encountered: