package_enum_1.v 95 Bytes
Newer Older
1 2 3 4 5
module top;
    wire [2:0] test;
    assign test = 3'd0;
    initial $display(test);
endmodule