Posted by bharath123 on Feb 17, 2014
SystemVerilog new function Hi All, Can we initialize a member of class by passing a value in new function as below. I could access with object but i want to see variable a can be initialized as in code program main; class baseclass; int a; task display; ...
Question