Class uvm_phase_state_change
Constructors
Functions
- virtual function uvm_phase_state get_state ( ) [source]
Function
get_state()
Returns the state the phase just transitioned to. Functionally equivalent to uvm_phase::get_state().
- virtual function uvm_phase_state get_prev_state ( ) [source]
Function
get_prev_state()
Returns the state the phase just transitioned from.
×
Phase state transition descriptor. Used to describe the phase transition that caused a <uvm_phase_cb::phase_state_changed()> callback to be invoked.