单项选择题
A、integer cou [7:0] ; B、reg bool [16:0] ; C、integer mat [4:0][0:127] ; D、reg [8*8:1] carray_value;
A.reg类型 B.net类型 C.reg或net类型 D.整数类型