Files

6 lines
64 B
Verilog
Raw Permalink Normal View History

module a;
wire [5:0]x;
wire [3:0]y;
assign y = (4)55;
endmodule