Open sansarselim opened 3 years ago
Hi!
Multiple packed array dimensions are system verilog feature. Yet following code compiles fine with -g2005 flag.
module test(input [3:0][7:0] i, output [31:0] q); assign q = i; endmodule
Same with the '++' increment operator. It is not supported in verilog but compiles without any error or warning.
Thanks.
See responses in issue #552.
Hi!
Multiple packed array dimensions are system verilog feature. Yet following code compiles fine with -g2005 flag.
Same with the '++' increment operator. It is not supported in verilog but compiles without any error or warning.
Thanks.