multipack_inline.v 68 Bytes
Newer Older
1 2 3 4
module top;
    wire [31:0] x;
    assign x[7:0] = 1'sb1;
endmodule