Xilinx Interview Question

What is the difference between new and create method in UVM

Interview Answer

Anonymous

Jun 15, 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.