-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge OSVVM errors/alerts with vunit checks. #938
Comments
Just realized that #776 is about this... |
My intention is to release such an interface for VUnit that would enable you to pipe VUnit logs into OSVVM. I've also prototyped the changes needed to OSVVM as a proof of concept. I will probably create a PR of that work but in the end it is for the OSVVM community to maintain such a feature if there is an interest. You could also open an issue with them to get the discussion going on both ends. |
I will close this in favor of #776. |
If I see this correctly currently when for example using OSVVM function which trigger OSVVM errors these silently get dropped when the test bench itself passes.
My use case is that i use a OSVVM Generic Scoreboard with the builtin Check function and record datatype.
But also
per default does not show anywhere.
I currently work around this by calling
check(GetAlertCount = 0);
beforetest_runner_cleanup
.But I stumbled around for a while until I noticed this. My naive assumption was that this is somehow integrated, as vunit is somehow showing OSVVM support.
Can we at automatically do this check during runner cleanup. Or better merge the OSVVM alerts with the vunit checks during cleanup/reporting?
The text was updated successfully, but these errors were encountered: