Download VMM 1.2 Standard Library User Guide

Transcript
vmm_data::allocate()
Allocates a new instance.
SystemVerilog
virtual function vmm_data allocate();
OpenVera
Not supported.
Description
Allocates a new instance of the same type as the object instance.
Returns a reference to the new instance. Useful to implement class
factories to create instances of user-defined derived class in generic
code written using the base class type.
Standard Library Classes (Part 1)
A-168