blob: 68ae33fd6deeac155afa349086a7ec1e3ccd141b [file] [log] [blame]
module top(...);
input a, b;
output y;
assign y = a&b;
endmodule