uvm_topdown_phase

UVMkit » 1800.2-2017

Virtual base class for function phases that operate top-down.  The pure virtual function execute() is called for each component.

A top-down function phase completes when the <execute()> method has been called and returned on all applicable components in the hierarchy.

Summary
uvm_topdown_phase
Virtual base class for function phases that operate top-down.
Class Hierarchy
uvm_topdown_phase
Class Declaration
virtual class uvm_topdown_phase extends uvm_phase
virtual class uvm_void
The uvm_void class is the base class for all UVM classes.
virtual class uvm_object extends uvm_void
The uvm_object class is the base class for all UVM data and hierarchical classes.
class uvm_phase extends uvm_object
This base class defines everything about a phase: behavior, state, and context.
virtual class uvm_topdown_phase extends uvm_phase
Virtual base class for function phases that operate top-down.