Home Problems

module main(

input CLK,

input A,

input RESET,

output reg[3:0] Y);

endmodule