Class uvm_post_configure_phase
Name |
Type |
Description |
---|---|---|
type_name |
string |
Functions
- static function uvm_post_configure_phase get ( ) [source]
Returns the singleton phase handle
Tasks
- virtual function exec_task ( uvm_component comp, uvm_phase phase ) [source]
×
After the SW has configured the DUT.
uvm_task_phase that calls the uvm_component::post_configure_phase method.
Upon Entry
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