Class uvm_pkg::uvm_phase_state_change
Collaboration Diagram of uvm_phase_state_change
Constructors
- new(string name = "uvm_phase_state_change")
- Parameters:
name (string)
Functions
- get_state()
Function
get_state()
Returns the state the phase just transitioned to. Functionally equivalent to uvm_phase::get_state().
- Return type:
- get_prev_state()
Function
get_prev_state()
Returns the state the phase just transitioned from.
- Return type:
- jump_to()
Function
jump_to()
If the current state is UVM_PHASE_ENDED or UVM_PHASE_JUMPING because of a phase jump, returns the phase that is the target of jump. Returns null otherwise.
- Return type:
×
Class
uvm_phase_state_change
Phase state transition descriptor. Used to describe the phase transition that caused a <uvm_phase_cb::phase_state_changed()> callback to be invoked.