Switch da clk ONE;
Switch aa reset1 ONE;

And bb q0 q1-bar and1;
Or  bc reset1 and1 or1;
Dff bd ONE or1 clk ONE q1 q1-bar;

And bf q1-bar q0-bar and2;
Or  bg reset1 and2 or2;
Dff bh ONE or2 clk ONE q0 q0-bar;

Probe ad q1;
Probe ah q0;

