// Generated by ac_shell v4.0-s008 on Thu Sep 08 14:44:22 CST 2005. // Restrictions concerning the use of Ambit BuildGates are covered in the // license agreement. Distribution to third party EDA vendors is // strictly prohibited. module maj(out, a, b, c); output out; input a; input b; input c; or2_1 i_1(.ip1(a), .ip2(b), .op(n_3)); nand2_1 i_2(.ip1(c), .ip2(n_3), .op(n_2)); nand2_1 i_3(.ip1(a), .ip2(b), .op(n_4)); nand2_1 i_0(.ip1(n_4), .ip2(n_2), .op(out)); endmodule