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