Class uvm_main_phase
- uvm_pkg :: uvm_void
Name |
Type |
Description |
---|---|---|
type_name |
string |
Functions
- static function uvm_main_phase get ( ) [source]
Returns the singleton phase handle
Tasks
- virtual function exec_task ( uvm_component comp, uvm_phase phase ) [source]
×
Primary test stimulus.
uvm_task_phase that calls the uvm_component::main_phase method.
Upon Entry
Typical Uses
Components execute transactions normally.
Data stimulus sequences are started.
Wait for a time-out or certain amount of time,
or completion of stimulus sequences.
Exit Criteria