Class uvm_post_reset_phase
Name |
Type |
Description |
---|---|---|
type_name |
string |
Functions
- static function uvm_post_reset_phase get ( ) [source]
Returns the singleton phase handle
Tasks
- virtual function exec_task ( uvm_component comp, uvm_phase phase ) [source]
×
After reset is de-asserted.
uvm_task_phase that calls the uvm_component::post_reset_phase method.
Upon Entry
Typical Uses
Components should start behavior appropriate for reset being inactive. For example, components may start to transmit idle transactions
or interface training and rate negotiation. This behavior typically continues beyond the end of this phase.
Exit Criteria