Reply To: Can OSVVM Verification Component be used in VUnit based testbench?

Why OSVVM™? Forums OSVVM Can OSVVM Verification Component be used in VUnit based testbench? Reply To: Can OSVVM Verification Component be used in VUnit based testbench?

#2401
Hassan
Member

VUnit has concept of “actor”

constant my_receiver : actor_t := new_actor(“my receiver”);

This is used in message passing. So the “transaction interface” I guess contains the information that we are interested to pass e.g for MM write it would be address and data and transfer type (single vs burst) and maybe something about delay in clock cycles to add. But, how is specific VC identified?