UVM transaction recording in Questa 10.2c

Hello! Is there any working examples on UVM transaction recording and custom streams creation in QuestaSim 10.2c? How can I create UVM transaction stream in my custom driver or monitor? Mentor’s documentation on this topic is pretty poor, QuestaSim manual only tells how to enable transaction recording for sequencers, but doesn’t tell how to create your own transaction streams in UVM components, though in UVM Debug webinar we can see that it is possible to add streams in the driver and monitor, but there is no example code again. Thanks in advance.

You may want to read this: Improving SystemVerilog UVM Transaction Recording and Modeling

In reply to dave_59:

Very helpful, thank you.