System Verilog Question Answer Part2
Companies Related Questions, System Verilog 0 CommentsWhat is the difference between new() and new[] in SystemVerilog? The function new() is the class constructor function in SystemVerilog. It is defined in a class to initialize data members of the class. The new[] operator is used to allocate memory for a dynamic array. The size of the dynamic array that needs to be