Top
Jump to content, Georgia Institute of Technology, College of Engineering, School of Electrical and Computer Engineering (ECE), ECE Research, ECE Research Centers
College of Engineering
Search | Contact ECE | Feedback | BuzzPort
GT Home > COE Home > ECE Home > Academics > ECE 2020
ECE 2020: Fundamentals of Digital Design

Examples - Switch Design

    Digital Circuit Examples

    compucanvas logo may be used to simulate these examples.

  1. NOT (inverter) using switches
    not.sch

    NOT (inverter) using switches

  2. 2-input NAND using switches
    nand.sch

    2-input NAND using switches

  3. 2-input NOR using switches
    nor.sch

    2-input NOR using switches

  4. 2-input AND using switches
    and.sch

    2-input AND using switches

  5. 2-input OR using switches
    or.sch

    2-input OR using switches

  6. (-A * -B) + (-C * -D * -E)
    switch-ex-1.sch

    (-A * -B) + (-C * -D * -E)

  7. (-A + B) * -C
    switch-ex-2.sch

    (-A + B) * -C

  8. (-A * -B + -C) * -D
    switch-ex-3.sch

    (-A * -B + -C) * -D

  9. ((-A * -B) + (-C * -D)) * -E
    switch-ex-4.sch

    ((-A * -B) +  (-C * -D)) * -E

  10. 2-input XOR (odd parity) using switches
    xor.sch

    2-input XOR (odd parity) using switches

  11. 2-input XNOR (even parity) using switches
    xnor.sch

    2-input XNOR (even parity) using switches