Combinational Logic Weiqiang Sun. A brief review Logic gates Logic gates AND, OR, NOT AND, OR, NOT NAND, NOR, XOR, XNOR NAND, NOR, XOR, XNOR Boolean algebra.

Slides:



Advertisements
Similar presentations
Lecture 6 More Logic Functions: NAND, NOR, XOR and XNOR
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.
Morgan Kaufmann Publishers
التصميم المنطقي Second Course
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.
Combinational Logic1 DIGITAL LOGIC DESIGN by Dr. Fenghui Yao Tennessee State University Department of Computer Science Nashville, TN.
Chapter 3 Combinational Logic Design
TDC 311 Digital Logic. Truth Tables  AND  OR  NOT  NAND  NOR  XOR  XNOR.
Combinational Logic Circuits Chapter 2 Mano and Kime.
Part 2: DESIGN CIRCUIT. LOGIC CIRCUIT DESIGN x y z F F = x + y’z x y z F Truth Table Boolean Function.
CS 105 Digital Logic Design
XOR, XNOR, and Binary Adders
Outline Analysis of Combinational Circuits Signed Number Arithmetic
Digital Computer Concept and Practice Copyright ©2012 by Jaejin Lee Logic Circuits I.
+ CS 325: CS Hardware and Software Organization and Architecture Combinational Circuits 1.
Logic Design A Review. Binary numbers Binary numbers to decimal  Binary 2 decimal  Decimal 2 binary.
Combinational Logic. Outline 4.1 Introduction 4.2 Combinational Circuits 4.3 Analysis Procedure 4.4 Design Procedure 4.5 Binary Adder- Subtractor 4.6.
DeMorgan Theorem, Computer Simulation Exercises
MSI Devices M. Mano & C. Kime: Logic and Computer Design Fundamentals (Chapter 5) Dr. Costas Kyriacou and Dr. Konstantinos Tatas ACOE161 - Digital Logic.
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.
Company LOGO DKT 122/3 DIGITAL SYSTEM 1 WEEK #7 COMBINATIONAL LOGIC ANALYSIS.
Digital Electronics Lecture 6 Combinational Logic Circuit Design.
DIGITAL LOGIC ELECTRICITY, GATES, COMPONENTS. DIGITAL LOGIC READING: APPENDIX C THROUGH C.3 The Student shall be able to: Define voltage, current, resistance,
Chapter 3: Digital Logic Dr Mohamed Menacer Taibah University
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
1 SOP and POS Expressions from K-maps The examples so far have all generated minimal SOP expressions. POS expressions can be formed as follows: 1.Group.
Basic logic gates  AND gate:The truth table is given by A.BBA
Chapter 3 Gate-Level Minimization
Logic Gates. The Inverter The inverter (NOT circuit) performs the operation called inversion or complementation. Standard logic symbols: 1 1 input output.
Chap 2. Combinational Logic Circuits
Combinational Logic Design Process © 2014 Project Lead The Way, Inc.Digital Electronics.
1 CS 151: Digital Design Chapter 3: Combinational Logic Design 3-1Design Procedure CS 151: Digital Design.
Logic Design CS221 1 st Term combinational circuits Cairo University Faculty of Computers and Information.
ECE 320 Homework #4 1. Using 8 data input selector logic (MUX), implement the following two functions: a) F(A,B,C)=S 0 S 2 S 3 S 5 b) F(A,B,C,D)=P 0 +P.
 Do the following conversions:  Solve the following:    /100  10010*110 DecimalOctalHexadecimalBinary 78--
Chapter 3 Digital Logic Structures
CHAPTER 5 Combinational Logic Analysis
Combinational Logic: Other Gate Types
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR and parity check Circuits.
School of Computer and Communication Engineering, UniMAP DKT 122/3 - DIGITAL SYSTEM I Chapter 0: Introduction Mohd ridzuan mohd nor
Logic Design (CE1111 ) Lecture 4 (Chapter 4) Combinational Logic Prepared by Dr. Lamiaa Elshenawy 1.
MSI Circuits.
Mu.com.lec 9. Overview Gates, latches, memories and other logic components are used to design computer systems and their subsystems Good understanding.
Chapter 5 Combinational Logic 组合逻辑
Eng. Mai Z. Alyazji October, 2016
DIGITAL LOGIC CIRCUITS
CS2100 Computer Organisation
Part 4 Combinational Logic.
Combinational Logic Logic circuits for digital systems may be combinational or sequential. A combinational circuit consists of input variables, logic gates,
Combinational Functions and Circuits
Combinational Circuit Design
CSNB163 Digital Logic Design
Boolean algebra and Logic Circuits Chapter 5
Lecture 4: Combinational Functions and Circuits
DIGITAL LOGIC CIRCUITS
FIGURE 4.1 Block diagram of combinational circuit
King Fahd University of Petroleum and Minerals
Boolean Algebra.
Week 7: Gates and Circuits: PART II
Boolean Algebra.
Homework 1 Due 21st May 2014.
Logic Circuits I Lecture 3.
Chapter 2 Gates.
Chapter-4 Combinational Logic
LOGIC Circuits.
Adder, Subtructer, Encoder, Decoder, Multiplexer, Demultiplexer
Combinational Logic Circuit
Digital and Microprocessor Technique I
Agenda Lecture Content: Combinatorial Circuits Boolean Algebras
Presentation transcript:

Combinational Logic Weiqiang Sun

A brief review Logic gates Logic gates AND, OR, NOT AND, OR, NOT NAND, NOR, XOR, XNOR NAND, NOR, XOR, XNOR Boolean algebra Boolean algebra Rules and axioms Rules and axioms Analysis of logic circuits Analysis of logic circuits DeMorgan’s Theorem DeMorgan’s Theorem Standard forms of Boolean expressions Standard forms of Boolean expressions K-Map K-Map

A brief review – continued… Functions of combinational logic Functions of combinational logic Adders Adders Comparators Comparators Decoders Decoders Encoders Encoders Code converters Code converters Multiplexers Multiplexers Parity Generator/checkers Parity Generator/checkers

Problem With logic gates, design a logic circuit to check whether the blood plasma type of the donor is compatible with that of the recipient. With logic gates, design a logic circuit to check whether the blood plasma type of the donor is compatible with that of the recipient.

Repeat the previous problem with the blood compatibility table below. Repeat the previous problem with the blood compatibility table below.

Problem Implement a full subtractor with logic gates. Implement a full subtractor with logic gates.

Problem Repeat the problem with 3-line to 8-line decoders and NAND gates. Repeat the problem with 3-line to 8-line decoders and NAND gates.

Problem Design a logic circuit that converts BCD to excess-3 codes Design a logic circuit that converts BCD to excess-3 codes

Problem Repeat the previous problem with a 4-line to 16-line decoder and necessary gates Repeat the previous problem with a 4-line to 16-line decoder and necessary gates

Problem Repeat the problem with 1-out-of-16 multiplexers (data selector). Repeat the problem with 1-out-of-16 multiplexers (data selector).

Problem Repeat the problem with 1-out-of-8 multiplexers (data selector). Repeat the problem with 1-out-of-8 multiplexers (data selector).

Homework 1.Design a 5-line to 32-line decoder with 74LS138 and 74LS Implement the following logic function with 74LS138 and NAND gate a.F=Σ X,Y,Z (2,4,7), b.F=Σ A,B,C,D (2,4,6,14) 3.Repeat problem 2 with 74X151