an02d1h.v 107 Bytes Raw Blame History Permalink 1 2 3 4 5 module an02d1h (z, a1, a2); input a1, a2; output z; and G2(z, a1, a2); endmodule