Class uvm_pre_configure_phase
Name |
Type |
Description |
---|---|---|
type_name |
string |
Functions
- static function uvm_pre_configure_phase get ( ) [source]
Returns the singleton phase handle
Tasks
- virtual function exec_task ( uvm_component comp, uvm_phase phase ) [source]
×
Before the DUT is configured by the SW.
uvm_task_phase that calls the uvm_component::pre_configure_phase method.
Upon Entry
Typical Uses
Procedurally modify the DUT configuration information as described in the environment (and that will be eventually uploaded into the DUT).
Wait for components required for DUT configuration to complete training and rate negotiation.
Exit Criteria