Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 758 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 758 Bytes

Digital Systems Spring 2016

This repository is for the project work of an introductory course to digital design.

Course Description

This course is devoted to understanding the fundamentals of digital logic and the basics of designing circuits involving primarily digital components. It covers topics from Boolean algebra to the design of combinational and sequential components.

Syllabus

  1. Introduction, Number systems, Binary logic
  2. Boolean Algebra
  3. Simplification, NAND,NOR Implementation
  4. Combinational logic using adders, decoders, multiplexers, and encoders
  5. Synchronous sequential logic
  6. State Machine Design

Content

  1. 2-Digit BCD Adder/Subtractor
  2. Coffee Machine Dispenser