Reply To: Using WaitForTransaction/RequestTransaction in a testbench

Why OSVVM™? Forums OSVVM Using WaitForTransaction/RequestTransaction in a testbench Reply To: Using WaitForTransaction/RequestTransaction in a testbench

#2762
Jim Lewis
Member

Hi Francois,
Look at package OsvvmLibraries/Common/src/StreamTransactionPkg.vhd and see StreamRecType.
Note that each type in there is either a special type from OSVVM’s ResolutionPkg (see OsvvmLibraries/osvvm)
or by creating a custom resolution function, as was done for the enumerated type, StreamOperationType,
that was defined in the package. Use what was done in this package as a template.

Note AddressBusTransactionPkg.vhd is very similar.

Best Regards,
Jim