Posted by bachan21 on Feb 11, 2021
SystemVerilog function new Function new() new function #systemverilog We implement constructor function new() in each class. Its defined as function with no return type. Why cant we specify it as virtual? Like virtual function new (); ...
Question