uvm_domain.svh

Summary
uvm_domain.svh
Methods
find_common_phaseReturns the phase node in the “common” domain which corresponds to phase, or null if no such node exists.
find_run_time_phaseReturns the phase node in the “UVM” run-time domain which corresponds to phase, or null if no such node exists.

find_common_phase

static function uvm_phase find_common_phase(
    uvm_phase  phase
)

Returns the phase node in the “common” domain which corresponds to phase, or null if no such node exists.

@uvm-contrib For potential contribution to 1800.2

find_run_time_phase

static function uvm_phase find_run_time_phase(
    uvm_phase  phase
)

Returns the phase node in the “UVM” run-time domain which corresponds to phase, or null if no such node exists.

@uvm-contrib For potential contribution to 1800.2

static function uvm_phase find_common_phase(
    uvm_phase  phase
)
Returns the phase node in the “common” domain which corresponds to phase, or null if no such node exists.
static function uvm_phase find_run_time_phase(
    uvm_phase  phase
)
Returns the phase node in the “UVM” run-time domain which corresponds to phase, or null if no such node exists.