Class uvm_pkg::uvm_post_reset_phase
Name |
Type |
Description |
---|---|---|
type_name |
string |
Functions
- get()
Function
get
Returns the singleton phase handle
- Return type:
- get_type_name()
Tasks
- exec_task(uvm_component comp, uvm_phase phase)
- Parameters:
comp (uvm_component)
phase (uvm_phase)
×
Class
uvm_post_reset_phase
After reset is de-asserted.
uvm_task_phase that calls the uvm_component::post_reset_phase method.
Upon Entry
Indicates that the DUT reset signal has been de-asserted.
Typical Uses
Components should start behavior appropriate for reset being inactive. For example, components may start to transmit idle transactions
Exit Criteria
The testbench and the DUT are in a known, active state.