How does a sequencer communicate with the driver ?
The driver class contains a TLM port calleduvm_seg_item_pull_portwhich is connected to auvm_seq_item_pull_exportin the sequencer in the connect phase of a UVM agent. The driver can use TLM functions toget the next item from the sequencer when required.
How is a driver connected to a sequencer ?
The port in uvm_driveris connected to the export in(uvm_sequencer in the connectphase of the UVM componentin which both the driver and sequencer are instantiated. Typically, a driver and sequencer are instantiated in a u