Class uvm_scoreboard
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
×
The uvm_scoreboard virtual class should be used as the base class for user-defined scoreboards.
Deriving from uvm_scoreboard will allow you to distinguish scoreboards from other component types inheriting directly from uvm_component. Such scoreboards will automatically inherit and benefit from features that may be added to uvm_scoreboard in the future.