Reputation: 21
I have several VUnit unit testbenches and a single top level testbench in my design projects. VUnit finds all my testbenches and executes them. I would like to control the order the testbenches are executed, so I can have the shorter testbenches execute first. Is this a feature available in VUnit?
Upvotes: 2
Views: 102
Reputation: 1440
No, there is no such feature but it would be possible to create a script that takes the previous test report, extracts timing information and run tests one by one in timing order.
I think you should open an issue for this on Github to get better built in support. There are also other related features that would be interesting, for example load balancing when running multiple threads.
Upvotes: 0