Class uvm_pkg::uvm_configure_phase
Name |
Type |
Description |
---|---|---|
type_name |
string |
Functions
- get()
Function
get
Returns the singleton phase handle
- Return type:
- get_type_name()
Tasks
- exec_task(uvm_component comp, uvm_phase phase)
- Parameters:
comp (uvm_component)
phase (uvm_phase)
×
Class
uvm_configure_phase
The SW configures the DUT.
uvm_task_phase that calls the uvm_component::configure_phase method.
Upon Entry
Indicates that the DUT is ready to be configured.
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
The DUT has been configured and is ready to operate normally.