blob: 5a70fc1896ef65d0253578e86fe8664ba7ed70de [file] [log] [blame]
module top(input a, output y);
assign y = a;
endmodule