// Generated by ac_shell v4.0-s008 on Mon Aug 29 14:21:05 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 rs_ff(out, set, reset, clk); output out; input set; input reset; input clk; nand2_2 i_13(.ip1(n_4), .ip2(n_3), .op(n_2)); inv_4 i_4(.ip(reset), .op(n_4)); inv_2 i_20(.ip(n_19), .op(n_7)); nand2_2 i_18(.ip1(n_2), .ip2(n_5), .op(n_48)); nand2_2 i_0(.ip1(n_7), .ip2(n_6), .op(n_3)); inv_4 i_8(.ip(set), .op(n_6)); buf_1 i_24(.ip(n_19), .op(out)); nand2_2 i_2(.ip1(set), .ip2(out), .op(n_5)); dp_2 out_reg(.ck(n_12), .ip(n_48), .q(n_19)); inv_1 i_19(.ip(clk), .op(n_12)); endmodule