[source]

Class uvm_pkg::uvm_env

CLASS

uvm_env

The base class for hierarchical containers of other components that together comprise a complete environment. The environment may initially consist of the entire testbench. Later, it can be reused as a sub-environment in even larger system-level environments.

Variables

Name

Type

Description

type_name

string

Constructors

new(string name = "env", uvm_component parent = null)

Function

new

Creates and initializes an instance of this class using the normal constructor arguments for uvm_component: name is the name of the instance, and parent is the handle to the hierarchical parent, if any.

Parameters:

Functions

get_type_name()