iverilog/ivtest/ivltests/sv_darray_nest1.v

9 lines
140 B
Verilog

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