Reply To: Barrier synchronization with integer_barrier

Why OSVVM™? Forums OSVVM Barrier synchronization with integer_barrier Reply To: Barrier synchronization with integer_barrier

#2212
Jim Lewis
Member

Agreed that SetDebugMode is enough for what you are doing. SetInteractiveMode = SetDebugMode + SetLogSignals + Stop Simulation when analyze or simulate error occurs.

I use SetInteractiveMode false when running a set of simulations in CI or as a regression as I want to see results from all tests, but SetInteractiveMode when debugging.