Sequence of Learning in UVM Testbenches

Hi

How can one learn the flow of control in a UVM Testbench, like firstly, we need to start from the top file, which has instances of the interfaces, DUT etc? Then which all files do we need to consult among driver,monitor,environment,agent,etc?

See the UVM Cookbook or check out the Basic UVM and Advanced UVM video courses.

In reply to tfitz:

Thanks