blob: 74e29927d25f5185241330684c75e568f6cae452 [file]
module top();
input a, b;
output y;
assign y = a&b;
endmodule