Class uvm_monitor
Name |
Type |
Description |
---|---|---|
type_name |
string |
Constructors
- function new ( string name, uvm_component parent ) [source]
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.
Functions
×
This class should be used as the base class for user-defined monitors.
Deriving from uvm_monitor allows you to distinguish monitors from generic component types inheriting from uvm_component. Such monitors will automatically inherit features that may be added to uvm_monitor in the future.