Reply To: OSVVM 2020.08 New user experience
Why OSVVM™? › Forums › OSVVM › OSVVM 2020.08 New user experience › Reply To: OSVVM 2020.08 New user experience
September 19, 2020 at 07:59
#1717
Member
#1 I use “run all” to run my tests. Std.env.stop will stop the test. However, stop works much like a breakpoint, so the simulation can be continued. I am ok with this.
If you wanted to prohibit the testbench from running further after it stops, use std.env.finish instead. It also allows an integer parameter, so you can call it as:
std.env.finish(GetAlertCount) ;