From 7180505ccc08c0315780d192fbce67bed94e386a Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Tue, 13 Dec 2022 07:45:36 +0000 Subject: [PATCH] Complete 3-bit counter notes --- .../Digital_circuits/Three_bit_counter.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Electronics_and_Hardware/Digital_circuits/Three_bit_counter.md b/Electronics_and_Hardware/Digital_circuits/Three_bit_counter.md index c76709f..b468f1a 100644 --- a/Electronics_and_Hardware/Digital_circuits/Three_bit_counter.md +++ b/Electronics_and_Hardware/Digital_circuits/Three_bit_counter.md @@ -46,6 +46,11 @@ This means that to construct a circuit that displays this behaviour we just have Using these pulse patterns we can construct a circuit as follows: + + +> Remember from the table: Q2 is the most significant bit and Q0 is the least significant bit so we should read the output in the interactive circuit backwards, reversing the order. Then we will see that the cicuit is cyling through 0-7 + + This is how the circuit works: * All three flip-flops are connected to the same clock signal so that they are synchnonised