1.

What Is The Difference Between New() And Create?

Answer»

We all know about new () METHOD that is use to allocate memory to an object INSTANCE. In UVM (and OVM), the create () method CAUSES an object instance to be CREATED from the factory. This allows you to use factory overrides to replace the desired object with an object of a different type WITHOUT having to recode.

We all know about new () method that is use to allocate memory to an object instance. In UVM (and OVM), the create () method causes an object instance to be created from the factory. This allows you to use factory overrides to replace the desired object with an object of a different type without having to recode.



Discussion

No Comment Found