module DCsetAO21resetOR2_0 (
   bk,
   s1,
   s2,
   s3,
   rst,
   fw,
   r1,
   r2
);

   output bk;
   input s1;
   input s2;
   input s3;
   input rst;
   output fw;
   input r1;
   input r2;
   wire w0;

   ON211 I0 (s1, s2, s3, bk, w0);
   NA4 I1 (w0, rst, r1, r2, bk);
   NA4 I2 (w0, s1, s2, s3, fw);
endmodule

