Class uvm_pre_main_phase
Name |
Type |
Description |
---|---|---|
type_name |
string |
Functions
- static function uvm_pre_main_phase get ( ) [source]
Returns the singleton phase handle
Tasks
- virtual function exec_task ( uvm_component comp, uvm_phase phase ) [source]
×
Before the primary test stimulus starts.
uvm_task_phase that calls the uvm_component::pre_main_phase method.
Upon Entry
Typical Uses
Exit Criteria
All components have completed training and rate negotiation.
All components are ready to generate and/or observe normal stimulus.