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
Since commit 95810b2 vvp always enters interactive mode when the simulation gets interrupted by CTRL-C (SIGINT), even if it was given the -n or -N option on command line.
I usually call vvp with -N, so I can quickly stop it, make some changes to my Verilog code, and start it again. Now I have to enter $finish again and again, which is annoying.
Was this behavioral change intended? I don't understand which change in this commit causes that.
The text was updated successfully, but these errors were encountered:
Oh, yes, you're right. I was absolutely convinced that I had tested -n and it behaved the same as -N. I might have messed something up. So -n is working correctly for me too, it immediately exits when pressing CTRL-C. Only -N is misbehaving then.
Since commit 95810b2 vvp always enters interactive mode when the simulation gets interrupted by CTRL-C (SIGINT), even if it was given the -n or -N option on command line.
I usually call vvp with -N, so I can quickly stop it, make some changes to my Verilog code, and start it again. Now I have to enter $finish again and again, which is annoying.
Was this behavioral change intended? I don't understand which change in this commit causes that.
The text was updated successfully, but these errors were encountered: