Phasing schedule node representing an independent branch of the schedule. Handle used to assign domains to components or hierarchies in the testbench
uvm_domain | |||||
Phasing schedule node representing an independent branch of the schedule. | |||||
Class Hierarchy | |||||
| |||||
Class Declaration | |||||
| |||||
Methods | |||||
get_uvm_schedule | Get the “UVM” schedule, which consists of the run-time phases that all components execute when participating in the “UVM” domain. | ||||
get_common_domain | Get the “common” domain, which consists of the common phases that all components execute in sync with each other. | ||||
get_uvm_domain | Get a handle to the singleton uvm domain |
static function uvm_phase get_uvm_schedule()
Get the “UVM” schedule, which consists of the run-time phases that all components execute when participating in the “UVM” domain.
static function uvm_domain get_common_domain()
Get the “common” domain, which consists of the common phases that all components execute in sync with each other. Phases in the “common” domain are build, connect, end_of_elaboration, start_of_simulation, run, extract, check, report, and final.
The uvm_void class is the base class for all UVM classes.
virtual class uvm_void
The uvm_object class is the base class for all UVM data and hierarchical classes.
virtual class uvm_object extends uvm_void
This base class defines everything about a phase: behavior, state, and context.
class uvm_phase extends uvm_object
Phasing schedule node representing an independent branch of the schedule.
class uvm_domain extends uvm_phase
Get the “UVM” schedule, which consists of the run-time phases that all components execute when participating in the “UVM” domain.
static function uvm_phase get_uvm_schedule()
Get the “common” domain, which consists of the common phases that all components execute in sync with each other.
static function uvm_domain get_common_domain()
Get a handle to the singleton uvm domain
static function uvm_domain get_uvm_domain()