From 36372a768f3761d98ebf926aee436b7457a8e49c Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Sat, 23 Jul 2022 22:34:12 +1200 Subject: [PATCH] vault backup: 2022-07-23 22:34:12 --- content/notes/03-sequential-logic-circuits.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/notes/03-sequential-logic-circuits.md b/content/notes/03-sequential-logic-circuits.md index cbd3b6cbe..7c69872e1 100644 --- a/content/notes/03-sequential-logic-circuits.md +++ b/content/notes/03-sequential-logic-circuits.md @@ -28,3 +28,12 @@ Two types: - D-type flip-flop [delay flip flop](https://i.imgur.com/IpQfNRm.png) - T-type flip-flop [t flip flop](https://i.imgur.com/SZn2J94.png) - JK-type flip-flop [jk flip flop](https://i.imgur.com/OgfTehO.png), [jk flip flop 2](https://i.imgur.com/8zJvDuw.png) +- synchronous counter [simulation](https://tinyurl.com/25olydjb), [slide](https://i.imgur.com/81LS7HL.png) + +# State transition + +"if you are here and you get this then go here" + +basis of all computing (turing machine) + +The computer memory is the current state, the instruction is where to go next \ No newline at end of file