Class uvm_configure_phase
Name |
Type |
Description |
---|---|---|
type_name |
string |
Functions
- static function uvm_configure_phase get ( ) [source]
Returns the singleton phase handle
Tasks
- virtual function exec_task ( uvm_component comp, uvm_phase phase ) [source]
×
The SW configures the DUT.
uvm_task_phase that calls the uvm_component::configure_phase method.
Upon Entry
Typical Uses
Components required for DUT configuration execute transactions normally.
Set signals and program the DUT and memories (e.g. read/write operations and sequences) to match the desired configuration for the test and environment.
Exit Criteria