iverilog/ivtest/ivltests/sv_queue_nest4.v

9 lines
144 B
Verilog

// Check that declarations for unpacked arrays of queues are supported.
module test;
// Unpacked array of queues
int q[$][10];
endmodule