Domanda di colloquio di Xilinx

What is the difference between new and create method in UVM

Risposta di colloquio

Anonimo

15 giu 2021

When we use create method, it completely registers that class/sequence to UVM factory. We can use UVM base methods like clone/copy/... But when we use new method it just invokes default constructor of that class and it acts as handle.