P
parag_paul@hotmail.com
Guest
module top;
class C;
logic [31:0] b1[]= new[100];
endclass
endmodule;
the dynamic array b1 is not even static
class C;
logic [31:0] b1[]= new[100];
endclass
endmodule;
the dynamic array b1 is not even static