interface_array_output.v 63 Bytes
Newer Older
1 2 3 4
module top;
    wire x = 1;
    initial $display(x);
endmodule