quartz/content/notes/combinatorial-logic.md
2022-11-02 13:17:25 +13:00

1.1 KiB

title aliases tags
combinatorial-logic
cosc204

[!Definition] Combinatorial Logic Circuit is a circuit whose digital outputs are dependent only on its digital inputs They can be described using logic expressions and therefore logic gates. We assume the outputs respond immediately

  • current flows from + to -
  • input to a unit (e.g., LED) is at the + end

They can be defined:

Adders

1 Bit half adder|300 1 Bit full adder: (includes carry input)|300 Ripple carry adder|300

Parity Generator

Adds an extra bit to the input data so that the number of ones in the output is always odd. Used for error checking

truth table|300 boolean equation|300 circuit|300

Demux

7 Segment

7 segment displlay|300