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