nd02d3.v 109 Bytes Raw Blame History Permalink 1 2 3 4 5 module nd02d3 (zn, a1, a2); input a1, a2; output zn; nand G2(zn, a1, a2); endmodule