UVMkit »
1800.2-2017Virtual base class for function phases that operate bottom-up. The pure virtual function execute() is called for each component. This is the default traversal so is included only for naming.
A bottom-up function phase completes when the <execute()> method has been called and returned on all applicable components in the hierarchy.
Summary
uvm_bottomup_phase |
Virtual base class for function phases that operate bottom-up. |
Class Hierarchy |
|
Class Declaration |
virtual class uvm_bottomup_phase extends uvm_phase
|
|