Callback

Hello,

Can anyone explain me the usage of uvm_callback_iter#(mycomp, mycb)? In which scenario it will be used and how to use it?

In reply to MageshV:

This section Callbacks Classes should give you a fair idea on what is it all about …

Top-level idea: To modify “certain” behaviors of UVM components without modifying the original code… Common example is to enhance a normal agent to inject error scenarios