c-thaler
Occasional Contributor
2 years agoQuesta simulation hangs (nondeterministic)
I run a Questa simulation for an IP core from the command line on a Linux server. Usually, the simulation finishs successfully. But every now and then the simulation hangs.
When it hangs, I can see that the CPU load is 100% but I can't break the simulation by hitting Ctrl-C. The key-press is detected ("# Break key hit") but the simulation won't halt.
Since I use the same seed for random number generation in each run, this seems like nondeterministic behavior.
I have no clue, where this behavior is comming from. Are there any command line options that I can use to get closer to the problem? How can I go one with debugging in such a case?