From cf61756b7b77cc934f0e1eb4a6c1c4b5cd59a86f Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Tue, 19 Jul 2022 21:21:13 +1200 Subject: [PATCH] vault backup: 2022-07-19 21:21:13 --- content/notes/03-sequential-logic-circuits.md | 15 +++++++++++++++ content/notes/combinatorial-logic-circuit.md | 2 +- content/notes/cosc-204.md | 2 ++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 content/notes/03-sequential-logic-circuits.md diff --git a/content/notes/03-sequential-logic-circuits.md b/content/notes/03-sequential-logic-circuits.md new file mode 100644 index 000000000..eba5c77e0 --- /dev/null +++ b/content/notes/03-sequential-logic-circuits.md @@ -0,0 +1,15 @@ +--- +title: "03-sequential-logic-circuits" +aliases: +tags: +- cosc204 +--- + +comb log. circuits always produce the same output with the same inputs + +Sequential logic circuit output depends not only on the inputs but also past history (memory) + +![combinatorial vs sequential](https://i.imgur.com/GbfAZ4c.png) + + + diff --git a/content/notes/combinatorial-logic-circuit.md b/content/notes/combinatorial-logic-circuit.md index 9cca08cad..351a15d72 100644 --- a/content/notes/combinatorial-logic-circuit.md +++ b/content/notes/combinatorial-logic-circuit.md @@ -1,6 +1,6 @@ --- title: "combinatorial-logic-circuit" -aliases: logic circuit +aliases: tags: - cosc204 --- diff --git a/content/notes/cosc-204.md b/content/notes/cosc-204.md index 491e9400c..3b644cd27 100644 --- a/content/notes/cosc-204.md +++ b/content/notes/cosc-204.md @@ -32,6 +32,8 @@ tags: # Lectures - [01-bits-and-bytes](notes/01-bits-and-bytes.md) +- [02-combinatorial-logic](notes/02-combinatorial-logic.md) +- # Archive