CSNB163 Digital Logic Design

Slides:



Advertisements
Similar presentations
컴퓨터구조론 교수 채수환. 교재 Computer Systems Organization & Architecture John D. Carpinelli, 2001, Addison Wesley.
Advertisements

Assignments The submission has to be by the end of this week Write your full name and the group number on the answer sheet.
التصميم المنطقي Second Course
Combinational Logic Circuits Is the logic circuit where the output always depends on the inputs irrespective of the previous state with out the feed back.
ECE 2373 Modern Digital System Design Exam 2. ECE 2372 Exam 2 Thursday March 5 You may use two 8 ½” x 11” pages of information, front and back, write.
CSE 171 Introduction to Digital Logic and Microprocessors Prof. Richard E. Haskell 115 Dodge Hall.
Combinational Logic1 DIGITAL LOGIC DESIGN by Dr. Fenghui Yao Tennessee State University Department of Computer Science Nashville, TN.
DIGITAL ELECTRONICS CIRCUIT P.K.NAYAK P.K.NAYAK ASST. PROFESSOR SYNERGY INSTITUTE OF ENGINEERING & TECHNOLOGY.
TDC 311 Digital Logic. Truth Tables  AND  OR  NOT  NAND  NOR  XOR  XNOR.
Part 2: DESIGN CIRCUIT. LOGIC CIRCUIT DESIGN x y z F F = x + y’z x y z F Truth Table Boolean Function.
Erik Jonsson School of Engineering and Computer Science FEARLESS Engineeringwww.utdallas.edu/~pervin EE/CE 2310 – HON/002 Introduction to Digital Systems.
ReVieW Combinational & Sequential Logic Circuit EKT 221 / 4 DIGITAL ELECTRONICS II.
Introduction to Digital Logic Design Appendix A of CO&A Dr. Farag
KU College of Engineering Elec 204: Digital Systems Design
Digital Computer Concept and Practice Copyright ©2012 by Jaejin Lee Logic Circuits I.
CPS120: Introduction to Computer Science
1.Overview of Course Objective 2.Details of course website, BLOG 3.Details of Syllabus 4.Recommended Books 5.Details of Lab Sessions 6.Introductory concepts.
9/15/09 - L27 CountersCopyright Joanne DeGroat, ECE, OSU1 Final Exam Review Exam Time: MONDAY o dark 30 7:30AM this room.
Digital Computer Concept and Practice Copyright ©2012 by Jaejin Lee Logic Circuits I.
Digital Electronics Lecture 4 Simplification using Boolean Algebra, Combinational Logic Circuit Design.
Chapter 2Basic Digital Logic1 Chapter 2. Basic Digital Logic2 Outlines  Basic Digital Logic Gates  Two types of digital logic circuits Combinational.
Module 9.  Digital logic circuits can be categorized based on the nature of their inputs either: Combinational logic circuit It consists of logic gates.
Computer Architecture and Organization Unit -1. Digital Logic Circuits – Logic Gates – Boolean Algebra – Map Simplification – Combinational Circuits –
1 Digital Logic Design Week 5&6 cont’d Revision for Quiz 2/Exam.
ECE 3110: Introduction to Digital Systems Chapter #4 Review.
Module 11.  In Module 9, we have been introduced to the concept of combinational logic circuits through the examples of binary adders.  Meanwhile, in.
Digital Logic Design Basics Combinational Circuits Sequential Circuits Pu-Jen Cheng Adapted from the slides prepared by S. Dandamudi for the book, Fundamentals.
School of Computer and Communication Engineering, UniMAP DKT 122/3 - DIGITAL SYSTEM I Chapter 4A:Boolean Algebra and Logic Simplification) Mohd ridzuan.
School of Computer and Communication Engineering, UniMAP DKT 122/3 - DIGITAL SYSTEM I Chapter 0: Introduction Mohd ridzuan mohd nor
4–1. BSCS 5 th Semester Introduction Logic diagram: a graphical representation of a circuit –Each type of gate is represented by a specific graphical.
Mu.com.lec 9. Overview Gates, latches, memories and other logic components are used to design computer systems and their subsystems Good understanding.
Assembly Lab1 - Review.
Digital Logic.
Dr.Ahmed Bayoumi Dr.Shady Elmashad
DIGITAL LOGIC CIRCUITS
ECE 2110: Introduction to Digital Systems
ECE 3110: Introduction to Digital Systems
ECE/CS 352 Digital Systems Fundamentals
Combinational Circuit Design
CHAPTER 3 SETS AND BOOLEAN ALGEBRA
Digital Components and Combinational Circuits
DIGITAL LOGIC CIRCUITS
XOR, XNOR, and Binary Adders
Logic and Computer Design Fundamentals
Elec 2607 Digital Switching Circuits
Basics Combinational Circuits Sequential Circuits
Basics Combinational Circuits Sequential Circuits Ahmad Jawdat
CSE 311 Foundations of Computing I
Boolean Algebra.
Combinational Logic Design Process
lecturer | ASIC design engineer
XOR, XNOR, & Binary Adders
ELL100: INTRODUCTION TO ELECTRICAL ENGG.
SYEN 3330 Digital Systems Chapter 2 – Part 4 SYEN 3330 Digital Systems.
CSE 171 Introduction to Digital Logic and Microprocessors
CSC 220: Computer Organization Logic Gates and Functions
Logic Gates.
Dr. Clincy Professor of CS
Logic Circuits I Lecture 3.
Overview Part 2 – Circuit Optimization
XOR, XNOR, and Binary Adders
Digital Logic Chapter-2
XOR Function Logic Symbol  Description  Truth Table 
LOGIC Circuits.
Digital Logic Chapter-2
XOR, XNOR, and Binary Adders
CSE 370 – Winter Number syst.; Logic functions- 1
COMPUTER ORGANIZATION
Digital and Microprocessor Technique I
Computer Organization
Presentation transcript:

CSNB163 Digital Logic Design Course Introduction Abdul Rahim Ahmad (Associate Prof. Dr.) College of CSI&IT UNITEN

What is Digital Logic Digital logic is the foundation of computers and many other electronic devices and control systems. The whole of digital electronics depends on just 7 types of logic gates, connected together with a minimum of additional components. Combinations of logic gates then form circuits that can perform specific tasks within larger circuits or systems. The process of producing complex circuits using combinations of basic devices is called Combinational Logic. There are many ways that a number of logic gates can be combined to perform a specific task. They may all work, but some combinations will perform the task that is better than others. For example, a circuit designer may want to design a combinational logic circuit that uses the minimum number of gates, or performs the required task in the least time, or at the minimum cost.

7 Logic Gates: AND, OR, NAND, NOR, NOT, XOR and XNOR.

7 Logic Gates chips: AND, OR, NAND, NOR, NOT, XOR and XNOR.

Example Combinational Circuits Example Circuit for BCD to 7 Segment Decoder ‘a’ Output

Synopsis This aim of this course is to give students an understanding to the design and simplification of combinational logic circuits by introducing the concepts of logic gates and understanding the function representations in truth tables, timing diagrams, logic circuits and Boolean Expression. In addition, this course includes an overview to different elements and properties of sequential logic circuits. Visualizations of different logic circuits designs. Karnaugh map simplifications are demonstrated in practical labs through the use of simulation tools.

Assessment Methods and Types Course work: Quizzes - 10% Tutorials/Exercises - 10% Assignments/Projects - 20% Mid-Term Examination - 20% Final Exam: 2 hours – 40 %

Contents Topic Logic Gates Logic gates & logic functions representation Truth table & timing diagram Boolean Algebra and Logic Simplification Basic Properties & Theorems of Boolean algebra Simplification using Boolean algebra Boolean Expression Representation Standard forms of Boolean expression (Sum of Products & Product of Sum) Canonical forms of Boolean expression (Sum of Minterms & Product of Maxterms) Conversion between standard to canonical forms of Boolean Expression Simplification using Karnaugh Maps The Karnaugh Map minimization techniques Don’t care terms in K-Map   Combinational Logic Analysis Basic combinational logic circuits Conversion to NAND/NAND and NOR/NOR Network Combinational Logic Circuits Adders (Half Adder, Full Adder, Cascaded Adders) Subtractor with Borrow (Half Subtractor, Full Subtractor, Cascaded Subtractors) Subtractor with 2’s Complement Multiplier Magnitude comparator Encoder Decoder Sequential Logic Circuits Latches Edge-triggered flip-flop Characteristics tables

Text Book Main: "Digital Design", 5th Edition by Morris Mano, 2013, Pearson (Course Textbook). 4th Edition is available in softcopy over the internet Additional: “Introduction to Logic Design”, 3rd Edition by Alan B. Marcovitz, 2010, Mgraw- Hill.