-
Notifications
You must be signed in to change notification settings - Fork 290
Closed
Labels
Description
There's currently a "entity" method in the library class, which I use to get a test handle
tb_vunit = lib.entity("tb_vunit")
test = tb_vunit.test("Test")
I have examples of a single VHDL test entity with 2 VHDL configurations defining 2 different tests, and so I'd to use a library "configuration" method to access each configuration and hence the test handle for each configuration.
Is this possible in a future release?
Reactions are currently unavailable