mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
vault backup: 2022-11-02 13:02:25
This commit is contained in:
parent
f8d8d26ed3
commit
ec38225cf0
@ -14,7 +14,7 @@ sr-ease: 250
|
|||||||
|
|
||||||
|
|
||||||
- [transistors](notes/transistors.md)
|
- [transistors](notes/transistors.md)
|
||||||
- [combinatorial-logic-circuit](notes/combinatorial-logic-circuit.md)
|
- [combinatorial-logic](notes/combinatorial-logic.md)
|
||||||
- [boolean-equations](notes/boolean-equations.md)
|
- [boolean-equations](notes/boolean-equations.md)
|
||||||
- [logic-gates](notes/logic-gates.md)
|
- [logic-gates](notes/logic-gates.md)
|
||||||
- [demultiplexor](notes/demultiplexor.md)
|
- [demultiplexor](notes/demultiplexor.md)
|
||||||
|
|||||||
@ -5,7 +5,7 @@ tags:
|
|||||||
- cosc204
|
- cosc204
|
||||||
---
|
---
|
||||||
|
|
||||||
Often used to describe/define [combinatorial-logic-circuit](notes/combinatorial-logic-circuit.md)
|
Often used to describe/define [combinatorial-logic](notes/combinatorial-logic.md)
|
||||||
|
|
||||||
# Precedence
|
# Precedence
|
||||||
Precedence
|
Precedence
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: "combinatorial-logic-circuit"
|
title: "combinatorial-logic"
|
||||||
aliases:
|
aliases:
|
||||||
tags:
|
tags:
|
||||||
- cosc204
|
- cosc204
|
||||||
@ -17,14 +17,20 @@ They can be defined:
|
|||||||
- Using [boolean-equations](notes/boolean-equations.md) ($Q\ =\ A+\ B$)
|
- Using [boolean-equations](notes/boolean-equations.md) ($Q\ =\ A+\ B$)
|
||||||
- Using graphical symbols
|
- Using graphical symbols
|
||||||
|
|
||||||
# Notable Examples
|
# Adders
|
||||||
- 
|

|
||||||
- 
|

|
||||||
- 
|

|
||||||
|
|
||||||
|
# Parity Generator
|
||||||
- 3 Bit parity Generator
|
- 3 Bit parity Generator
|
||||||
- Adds an extra bit to the input data so that the number of ones in the output is always odd
|
- Adds an extra bit to the input data so that the number of ones in the output is always odd
|
||||||
- Used for error checking
|
- Used for error checking
|
||||||
- [truth table](https://i.imgur.com/KDUiJbN.png)
|
- [truth table](https://i.imgur.com/KDUiJbN.png)
|
||||||
- [boolean equation](https://i.imgur.com/mwBpnlO.png)
|
- [boolean equation](https://i.imgur.com/mwBpnlO.png)
|
||||||
- [circuit](https://i.imgur.com/tsgDISC.png)
|
- [circuit](https://i.imgur.com/tsgDISC.png)
|
||||||
|
|
||||||
|
# Demux
|
||||||
|
|
||||||
|
# 7 Segment
|
||||||
- 
|
- 
|
||||||
@ -16,7 +16,7 @@ tags:
|
|||||||
- [digital-data](notes/digital-data.md)
|
- [digital-data](notes/digital-data.md)
|
||||||
- [memory](notes/memory.md)
|
- [memory](notes/memory.md)
|
||||||
- [boolean-equations](notes/boolean-equations.md)
|
- [boolean-equations](notes/boolean-equations.md)
|
||||||
- [combinatorial-logic-circuit](notes/combinatorial-logic-circuit.md)
|
- [combinatorial-logic](notes/combinatorial-logic.md)
|
||||||
- [logic-gates](notes/logic-gates.md)
|
- [logic-gates](notes/logic-gates.md)
|
||||||
- [transistors](notes/transistors.md)
|
- [transistors](notes/transistors.md)
|
||||||
- [demultiplexor](notes/demultiplexor.md)
|
- [demultiplexor](notes/demultiplexor.md)
|
||||||
|
|||||||
@ -6,7 +6,7 @@ tags:
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
[combinatorial-logic-circuits](notes/combinatorial-logic-circuit.md) always produce the same outputs given the same input. Sequential curcuits on the other hand, produce different outputs depending on past history and the inputs.
|
[combinatorial-logic-circuits](notes/combinatorial-logic.md) always produce the same outputs given the same input. Sequential curcuits on the other hand, produce different outputs depending on past history and the inputs.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user