Skip to content

Simulate VHDL configurations #179

@imd1

Description

@imd1

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions