Class uvm_pkg::uvm_post_configure_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_configure_phase
After the SW has configured the DUT.
uvm_task_phase that calls the uvm_component::post_configure_phase method.
Upon Entry
Indicates that the configuration information has been fully uploaded.
Typical Uses
Wait for configuration information to fully propagate and take effect.
Wait for components to complete training and rate negotiation.
Enable the DUT.
Sample DUT configuration coverage.
Exit Criteria
The DUT has been fully configured and enabled and is ready to start operating normally.