mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
vault backup: 2022-07-19 21:21:13
This commit is contained in:
parent
f724a3439f
commit
cf61756b7b
15
content/notes/03-sequential-logic-circuits.md
Normal file
15
content/notes/03-sequential-logic-circuits.md
Normal file
@ -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)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "combinatorial-logic-circuit"
|
title: "combinatorial-logic-circuit"
|
||||||
aliases: logic circuit
|
aliases:
|
||||||
tags:
|
tags:
|
||||||
- cosc204
|
- cosc204
|
||||||
---
|
---
|
||||||
|
|||||||
@ -32,6 +32,8 @@ tags:
|
|||||||
|
|
||||||
# Lectures
|
# Lectures
|
||||||
- [01-bits-and-bytes](notes/01-bits-and-bytes.md)
|
- [01-bits-and-bytes](notes/01-bits-and-bytes.md)
|
||||||
|
- [02-combinatorial-logic](notes/02-combinatorial-logic.md)
|
||||||
|
-
|
||||||
|
|
||||||
|
|
||||||
# Archive
|
# Archive
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user