Files

5 lines
68 B
Verilog
Raw Permalink Normal View History

module top;
wire [31:0] x;
assign x[7:0] = 1'sb1;
endmodule