Hi!
I am running a mixed-language simulation with irun. This includes PSL assertions in my VHDL code and SVA assertions in my SystemVerilog/UVM testbench.
As the simulation runs in non-interactive mode on a cluster, I do not want the simulation to stop due to failed assertions. It rather should log it in the database and continue.
But the simulation already stops on the first failed assertion. I was not able to find any configuration flag to force ncsim to continue automatically.
Any hints would be highly appreciated.
- Johannes
EDIT: Okay, sorry. I just found the problem. My own script prevented the simulation from continuing.