blob: ade9c5b249d43691374e2b72754bcba8552966ab [file] [log] [blame]
/*
:name: multi-declaration
:description: Test multidimensional arrays
:should_fail: 0
:tags: 7.4.5
*/
module top ();
// Same packed dimensions
bit [7:0] [31:0] arr_a [1:5] [1:10], arr_b [0:255];
endmodule