module DCsetAND2reset_0 (
   bk,
   s1, 
   s2,
   rst,
   fw,
   r,
);

   output bk;
   input s1;
   input s2;
   input rst;
   output fw;
   input r;
   wire w0;

   ON21 I0 (s1, s2, bk, w0);
   NA3 I1 (w0, rst, r bk);
   NA3 I2 (w0, s1, s2, fw);
endmodule

