How is a VVCT "generated" in UVVM? Can't find the right name for the Wishbone one

Hi,

I want to use a wishbone VVC.
I got it instantiate now in the test harness.

But I don’t know how to address it.

With SPI I use the SPI_VVCT identifier.
I don’t know where the SPI_VVCT is defined but it works.

I tried to do the same for the wishbone, but none works.
WISHBONE_VVCT
WISHBONE_VVC
WB_VVCT
WB_VVC
all fail.

What is the right one for addressing it?

Rgds,
Eric

Found it in the vvc_methods_pkg.vhd

1 Like

Hi Eric,
Great to hear you found the solution :smiley:

Br,
Marius