Reputation: 183
I have a project with multiple structural entities that each have sub-entities like the picture below.
Now I am trying to plan for the testing phase. I have checked UVVM, OSVVM, and VUnit and I found that VUnit is the easiest and fastest way to start.
I have read the documentation and played a little bit with the provided examples and I started to write some tests for some sub-entities like A1, A2, ..., etc.
My question is how to use VUnit for testing at a system level and how should I structure my testbench?
Upvotes: 1
Views: 528
Reputation: 1440
This is the type of question that risks being closed as opinion-based so I will just give a few general remarks that can guide you in your decisions.
Disclaimer: I'm one of the VUnit authors but I think I managed to avoid personal opinions here.
Upvotes: 6