Class uvm_end_of_elaboration_phase
Name |
Type |
Description |
---|---|---|
type_name |
string |
Functions
- virtual function void exec_func ( uvm_component comp, uvm_phase phase ) [source]
- static function uvm_end_of_elaboration_phase get ( ) [source]
Returns the singleton phase handle
×
Fine-tune the testbench.
uvm_bottomup_phase that calls the uvm_component::end_of_elaboration_phase method.
Upon Entry
The verification environment has been completely assembled.
Current simulation time is still equal to 0 but some "delta cycles" may have occurred.
Typical Uses
Display environment topology.
Open files.
Define additional configuration settings for components.
Exit Criteria