mx21d1h.v 227 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 module mx21d1h (z, i0, i1, s); input i0, i1, s; output z; and G2(N2, s, i1), G3(N3, N4, i0); not G4(N4, s); or G6(z, N2, N3); endmodule