These JK flip flops can be used to build a 3-bit sequential counter. You will need to add 2 AND gates plus four probes.
A digital clock running at 0.5 Hz is included. For each clock tick, the 3-bit output should increment by one. After it reaches it's maximum value of 8 (calculated by 2^3-1), it should reset to zero.
You will need to add 4 logic probes.
Each probe measures one bit of the output, with PR1 measuring the least significant bit and PR3 measuring the most significant bit. PR5 is the clock.
When you are finished, obtain a graph of the performance over 20 seconds, showing each of the 4 probes' outputs.
There are currently no comments