Textbook: Digital Design, 3 rd. Edition M. Morris Mano

Size: px
Start display at page:

Download "Textbook: Digital Design, 3 rd. Edition M. Morris Mano"

Transcription

1 : 25/5/ P-/70 Tetbook: Digital Design, 3 rd. Edition M. Morris Mano Prentice-Hall, Inc. : INSTRUCTOR : CHING-LUNG SU kevinsu@yuntech.edu.tw

2 Chapter 3 25/5/ P-2/70 Chapter 3 Gate-Level Minimization

3 Outline of Chapter 3 25/5/ P-3/70 3. The Map Method 3.2 Four-Variable Map 3.3 Five-Variable Map 3.4 Product of Sums Simplification 3.5 Don t-care Conditions 3.6 NAND and NOR Implementation 3.7 Other Two-Level Implementations 3.8 Eclusive-OR Function 3.9 Hardware Description Language (HDL)

4 3. The Map Method 25/5/ P-4/70 3. The Map Method 3.2 Four-Variable Map 3.3 Five-Variable Map 3.4 Product of Sums Simplification 3.5 Don t-care Conditions 3.6 NAND and NOR Implementation 3.7 Other Two-Level Implementations 3.8 Eclusive-OR Function 3.9 Hardware Description Language (HDL)

5 3. The Map Method 25/5/ P-5/70 Map Simplification Methods of the oolean Function Karnaugh Map (K-Map):. is a pictorial form of the truth table 2. epress any oolean function as a sum of minterms 3. presents all possible oolean function in standard form 4. Simplify a oolean function in two standard form: sum of products or product of sums 5. the simplest K-map will be implemented the minimum number of gates

6 3. The Map Method 25/5/ P-6/70 Two-Variable K-MapK Karnaugh Map (K-Map) presents the four minterms of a two-variable function as follows y 0 y= m 0 m 0 y y m 2 m 3 = y y

7 3. The Map Method 25/5/ P-7/70 Presentation of Functions in a K-MapK Eample: F=y Eample: F = + y = y + y + y = m + m 2 + m 3 y 0 y= y 0 y= 0 0 = =

8 3. The Map Method 25/5/ P-8/70 Three-Variable K-MapK Karnaugh Map (K-Map) presents the eight minterms of a three-variable function as follows =0 yz 0 y=0 m 0 m y= 0 0 m 3 m 2 Gray-Code (Only one variable changes between two adjacent position) = m 4 m 5 m 7 m 6 z=0 z= z=0

9 3. The Map Method 25/5/ P-9/70 Three-Variable K-Map K with Minterms yz y= 0 0 m 0 m m 3 m 2 0 yz yz yz yz m 4 m 5 m 7 m 6 = yz yz yz yz z=

10 3. The Map Method 25/5/ P-0/70 Three-Variable K-Map K with Minterms Eample for a 3-variable function with its K-map: F(,y,z) = m 2 + m 3 + m 4 + m 5 = S(2,3,4,5) = y + y yz 0 y=0 y= 0 0 m 2 +m 3 = m 4 +m 5 z=

11 3. The Map Method 25/5/ P-/70 Simplify a Three-Variable oolean Function Using K-MapK F(,y,z) = S(3,4,6,7) = yz + z yz y= m 3 +m 7 = z= m 4 +m 6

12 3. The Map Method 25/5/ P-2/70 Simplify a Three-Variable oolean Function Using K-MapK F(,y,z) = S(0,2,4,6) = z yz 0 y= 0 0 = z= (m 0 +m 2 ) + (m 4 +m 6 )

13 3. The Map Method 25/5/ P-3/70 K-Map Simplify for a Three-Variable Function minterm represents a term of 3 literals 2 adjacent squares represents a term of 2 literals 4 adjacent squares represents a term of literal 8 adjacent squares represents the function =

14 3. The Map Method 25/5/ P-4/70 Simplify a Three-Variable oolean Function Using K-MapK F(,y,z) = S(0,2,4,5,6) = z + y yz 0 y= 0 0 = m 4 +m 5 z= m 0 +m 2 +m 4 +m 6

15 3. The Map Method 25/5/ P-5/70 Simplify oolean Function Using K-MapK F(A,,C) = A C + A + A C + C = S (,2,3,5,7) = C + A C = A 0 0 A= 0 C= A C

16 3.2 Four-Variable Map 25/5/ P-6/70 3. The Map Method 3.2 Four-Variable Map 3.3 Five-Variable Map 3.4 Product of Sums Simplification 3.5 Don t-care Conditions 3.6 NAND and NOR Implementation 3.7 Other Two-Level Implementations 3.8 Eclusive-OR Function 3.9 Hardware Description Language (HDL)

17 3.2 Four-Variable Map 25/5/ P-7/70 Four-Variable K-MapK Karnaugh Map (K-Map) presents the 6 minterms of a four-variable function as follows yz w m 0 m y= 0 0 m 3 m 2 Gray-Code w= 0 0 m 4 m 5 m 2 m 3 m 8 m 9 m 7 m 6 m 5 m 4 m m 0 = z= Gray-Code

18 3.2 Four-Variable Map 25/5/ P-8/70 Four-Variable K-Map K with Minterms yz w y= 0 0 yz w 0 0 m 0 m m 3 m 2 wyz w= 0 0 m 4 m 5 m 2 m 3 m 8 m 9 m 7 m 6 m 5 m 4 m m 0 = 0 0 wyz z=

19 3.2 Four-Variable Map 25/5/ P-9/70 K-Map Simplify for a Four-Variable Function minterm represents a term of 4 literals 2 adjacent squares represents a term of 3 literals 4 adjacent squares represents a term of 2 literals 8 adjacent squares represents a term of literal 6 adjacent squares represents the function =

20 3.2 Four-Variable Map 25/5/ P-20/70 Simplify a Four-Variable oolean Function Using K-MapK F(w,,y,z) = S(0,,2,4,5,6,8,9,2,3,4) = y + w z + z z w yz w y= 0 0 w= 0 0 = y' z= z

21 3.2 Four-Variable Map 25/5/ P-2/70 Simplify a Four-Variable oolean Function Using K-MapK F = A C + CD + A CD + A C = D + C + A CD CD C= A 0 0 C A= 0 0 D D= A CD =

22 3.2 Four-Variable Map 25/5/ P-22/70 Prime Implicants and Essential Prime Implicans. Prime Implicant : A product term containing the maimum possible number of adjacent squares in the K-map 2. Essential Prime Implicant : A prime implicant contains a minterm that is covered by only one prime implicant

23 3.2 Four-Variable Map 25/5/ P-23/70 Function Simplification Using Prime Implicant Essential Prime Implicants: D and D CD C A 0 0 Prime Implicants: CD, C, AD, and A CD C A 0 0 A 0 0 A 0 0 D D

24 3.2 Four-Variable Map 25/5/ P-24/70 Simplify oolean Function Using K-MapK F = S(0,2,3,5,7,8,9,0,,3,5) = D+ D +CD+AD = D+ D +CD+A = D+ D + C+AD = D+ D + C+A Essential Prime Implicants

25 3.3 Five-Variable Map 25/5/ P-25/70 3. The Map Method 3.2 Four-Variable Map 3.3 Five-Variable Map 3.4 Product of Sums Simplification 3.5 Don t-care Conditions 3.6 NAND and NOR Implementation 3.7 Other Two-Level Implementations 3.8 Eclusive-OR Function 3.9 Hardware Description Language (HDL)

26 3.3 Five-Variable Map 25/5/ P-26/70 Five-Variable K-Map: K F(A,,C,D,E) A=0 A= DE C D 0 0 DE C D 0 0 m 0 m m 3 m 2 m 6 m 7 m 9 m m 4 m 5 m 2 m 3 m 8 m 9 m 7 m 6 m 5 m 4 m m 0 C 0 0 m 20 m 2 m 28 m 29 m 24 m 25 m 23 m 22 m 3 m 30 m 27 m 26 C E E

27 3.3 Five-Variable Map 25/5/ P-27/70 The Relationship between the Number of Adjacent Squares and the Number of Literal in the Term Number of Adjacent Square Number of Literals in a Term in an n-variable Map K 2 k n=2 n=3 n=4 n=

28 3.3 Five-Variable Map 25/5/ P-28/70 Simplify the 5-variable 5 Function Using K-MapK F = S(0,2,4,6,9,3,2,23,25,29,3) = A E +D E+ACE A=0 A= DE C D 0 0 DE C D ACE C 0 0 C E D E E

29 3.4 Product of Sums Simplification 25/5/ P-29/70 3. The Map Method 3.2 Four-Variable Map 3.3 Five-Variable Map 3.4 Product of Sums Simplification 3.5 Don t-care Conditions 3.6 NAND and NOR Implementation 3.7 Other Two-Level Implementations 3.8 Eclusive-OR Function 3.9 Hardware Description Language (HDL)

30 3.4 Product of Sums Simplification 25/5/ P-30/70 SOP vs. POS. Review DeMorgen s Theorem: A Function can be epress as SOP or POS 2. Eample: F(,y,z) = S(,3,6,7)= P(0,2,4,5) y z F P 0 0 S P 0 S P 0 0 P 0 S S

31 3.4 Product of Sums Simplification 25/5/ P-3/70 Simplify Function in SOP and POS F(A,,C,D) = S(0,,2,5,8,9,0) = D + C + A C D F=(F ) =(A+CD+D ) = (A + )(C +D )( +D) CD A C A D

32 3.4 Product of Sums Simplification 25/5/ P-32/70 Gate Implementation in SOP and POS F(A,,C,D) = D + C + A C D = (A + )(C +D )( +D) D C A D F A C D D F

33 3.5 Don t-care Conditions 25/5/ P-33/70 3. The Map Method 3.2 Four-Variable Map 3.3 Five-Variable Map 3.4 Product of Sums Simplification 3.5 Don t-care Conditions 3.6 NAND and NOR Implementation 3.7 Other Two-Level Implementations 3.8 Eclusive-OR Function 3.9 Hardware Description Language (HDL)

34 3.5 Don t-care Conditions 25/5/ P-34/70 Don t-care Terms (): A don t-care term is a combination of variables whose logical value is not specified. Eg. CD has 6 don t-care terms. Decimal CD

35 3.5 Don t t Care Conditions 25/5/ P-35/70 Don t-care Terms (): A don t-care term can be assigned or 0 for simplification functions. F(w,,y,z) = S(,3,7,,5)= yz + w = yz + w z yz w Don t-care terms: d = S(0,2,5) y yz 0 0 w y 0 0 w w z z

36 3.6 NAND and NOR Implementation 25/5/ P-36/70 3. The Map Method 3.2 Four-Variable Map 3.3 Five-Variable Map 3.4 Product of Sums Simplification 3.5 Don t-care Conditions 3.6 NAND and NOR Implementation 3.7 Other Two-Level Implementations 3.8 Eclusive-OR Function 3.9 Hardware Description Language (HDL)

37 3.6 NAND and NOR Implementation 25/5/ P-37/70 NAND and NOR Gates. NAND and NOR gates are easier to fabricate with electronic components. 2. NAND and NOR gates are the basic gates in all IC digital family. 3. The Function implemented in NAND and NOR gates is important.

38 3.6 NAND and NOR Implementation 25/5/ P-38/70 NAND Gates. NAND gate is a universal gate 2. Any digital system can be implemented with NAND gates 3. Logical Operation using NAND Gates Inverter AND y y OR y ( y ) = +y

39 3.6 NAND and NOR Implementation 25/5/ P-39/70 Two Implementations for NAND Gates DeMorgans Theorem: (yz) = +y +z y z (yz) y z +y+z

40 3.6 NAND and NOR Implementation 25/5/ P-40/70 A C D F Two-Level Implementation F= A + CD = [(A) (CD) ] A C D A C D F F

41 3.6 NAND and NOR Implementation 25/5/ P-4/70 Eample: Two-Level Implementation with NAND Gates F(,y,z) = S(,2,3,4,5,7) = y + y + z yz 0 y= 0 0 = z=

42 3.6 NAND and NOR Implementation 25/5/ P-42/70 Eample: Two-Level Implementation with NAND Gates F(,y,z) = y + y + z y y F y y F z z

43 3.6 NAND and NOR Implementation 25/5/ P-43/70 The Procedure for Implementation Function with 2-level 2 NAND Gates. Simplify the function and epress it in sum of products. 2. Draw a NAND gate for each product term of the epression that has least two literals.the inputs to each NAND gate are the literals of the term. This constitutes a group of first-level gates. 3. Draw a single gate using the AND-invert or invert-or graphic symbol in the second level, with inputs coming from outputs of first level gates. 4. A term with a single literal requires an inverter in the first level. However, if the single literal is complemented, it can be connected directly to an input of the second level NAND gates.

44 3.6 NAND and NOR Implementation 25/5/ P-44/70 C D A C Multilevel NAND Circuits F(A,,C,D) = A(CD+) + C F C D A C F

45 3.6 NAND and NOR Implementation 25/5/ P-45/70 Multilevel NAND Circuits F(A,,C,D) = (A + A )( C+D ) A A C D F A A C D F

46 3.6 NAND and NOR Implementation 25/5/ P-46/70 The Procedure for Converting a Function into an All-NAND Gate Representation. Convert all AND gates to NAND gates with AND-invert graphic symbols. 2. Convert all OR gates to NAND gates with invert-or graphic symbols. 3. Check all the bubbles in the diagram. For every bubble that is not compensated by another small circle along the same line, insert an invert (one-input NAND gate) or complement the input literal.

47 3.6 NAND and NOR Implementation 25/5/ P-47/70 NOR Implementation. NOR gate is a universal gate 2. Any digital system can be implemented with NOR gates Inverter OR y +y AND y ( +y ) = y

48 3.6 NAND and NOR Implementation 25/5/ P-48/70 Two Implementations for NOR Gates DeMorgans Theorem: (+y+z) = y z y z (+y+z) y z yz =(+y+z)

49 3.6 NAND and NOR Implementation 25/5/ P-49/70 Eample: Two-Level Implementation with NOR Gates A C D E F = (A+)(C+D)E F A C D F E

50 3.6 NAND and NOR Implementation 25/5/ P-50/70 A A C D A A C D Multilevel NOR Circuits F(A,,C,D) = (A + A )( C+D ) F F

51 3.7 Other Two-Level Implementations 25/5/ P-5/70 3. The Map Method 3.2 Four-Variable Map 3.3 Five-Variable Map 3.4 Product of Sums Simplification 3.5 Don t-care Conditions 3.6 NAND and NOR Implementation 3.7 Other Two-Level Implementations 3.8 Eclusive-OR Function 3.9 Hardware Description Language (HDL)

52 3.7 Other Two-Level Implementations 25/5/ P-52/70 Wired Logic A C D A C D F = (A) (CD) = (A+CD) Wired-AND = (A+) + (C+D) = [(A+)(C+D)] Wired-OR F=(A+CD) : Wired-AND F=[(A+)(C+D)] : Wired-OR

53 3.7 Other Two-Level Implementations 25/5/ P-53/70 Non-degenerate Forms Two-level Function Implementation with. AND 2. OR 3. NAND 4. NOR Therefore, 6 possible combinations. The 8 non-degenerate combinations are. AND-OR (3.4) 5. OR-AND (3.4) 2. NAND-NAND (3.6) 6. NOR-NOR (3.6) 3. NOR-OR 7. NAND-AND 4. OR-NAND 8. AND-NOR

54 3.7 Other Two-Level Implementations 25/5/ P-54/70 AND-OR OR-INVERT Implementation F = (A+CD+E) A C D F A C D F A C D F E AND-NOR (AND-OR-INVERT) E AND-NOR E NAND-AND

55 3.7 Other Two-Level Implementations 25/5/ P-55/70 OR-AND AND-INVERT Implementation F = [(A+)(C+D)E] A C D F A C D F A C D F E OR-NAND (OR-AND-INVERT) E OR-NAND E NOR-OR

56 3.7 Other Two-Level Implementations 25/5/ P-56/70 Implementation with Other Two-Level Forms Equivalent Implements Simplify To Get Non-degenerate the F and Output Form Function in of (a) (b) AND-NOR NAND-AND AND-OR-INVERT Sum of products F by combining 0's in the K-map OR-NAND NOR-OR OR-AND-INVERT Product of sum by F combining 's in the K-map and then complementing Table 3-3

57 3.7 Other Two-Level Implementations 25/5/ P-57/70 Eample Implementation F with the 4 two-level forms in Table 3-3 = yz y= F = y z + yz F = y + y + z z= y y F y y F z AND-NOR z F= ( y+y +z) NAND-AND

58 y z y z 3.7 Other Two-Level Implementations 25/5/ P-58/70 Eample Implementation F with the 4 two-level forms in Table 3-3 = yz y= 0 0 z= F = y z + yz F = y + y + z y z y z F F OR-NAND NOR-OR F= [(+y+z)( +y +z)]

59 3.8 Eclusive-OR Function 25/5/ P-59/70 3. The Map Method 3.2 Four-Variable Map 3.3 Five-Variable Map 3.4 Product of Sums Simplification 3.5 Don t-care Conditions 3.6 NAND and NOR Implementation 3.7 Other Two-Level Implementations 3.8 Eclusive-OR Function 3.9 Hardware Description Language (HDL)

60 3.8 Eclusive-OR Function 25/5/ P-60/70 Eclusive-OR (XOR) Eclusive-OR + y y + y Eclusive-NOR ( + y) y + y Commutative + y = y + Associative ( + y) + z = + (y + z) = + y + z

61 3.8 Eclusive-OR Function 25/5/ P-6/70 Eclusive-OR Implementations + y : AND-OR-NOT y + y : NAND Gates y

62 3.8 Eclusive-OR Function 25/5/ P-62/70 Primitive Eclusive-OR Operations. + 0 = 2. + = 3. + = = 5. + y = + y = ( + y)

63 3.8 Eclusive-OR Function 25/5/ P-63/70 Odd Function Function with odd number of input variables is equal to yz A + + C = (A + A )C + (A + A )C = A C + A C + AC + A C = Σ (,2,4,7) y= 0 0 yz y= = = z= z= Odd Function : F = A + + C Even Function : F = (A + + C)

64 3.8 Eclusive-OR Function 25/5/ P-64/70 Logic Implementation A C F: 3 Input Odd Function A C F: 3 Input Even Function

65 3.8 Eclusive-OR Function 25/5/ P-65/70 yz w Four-Variable Eclusive-OR Function A + + C + D = Σ (,2,4,7,8,,3,4) y= 0 0 yz w y= 0 0 w= 0 0 = w= 0 0 = z= Odd Function z= Even Function

66 3.8 Eclusive-OR Function 25/5/ P-66/70 Parity Generation and Checking. XOR is used in error-detection and error-correction. 2. Parity bits are etra bits with the data to make its number of s either odd or even. 3. The odd/even parity data is transmitted for error detection. 4. The circuit that generates the parity bit in the transmitter is called a parity generator. 5. The circuit that checks the parity in the receiver is called a parity checker.

67 3.8 Eclusive-OR Function 25/5/ P-67/70 Parity Data Transmission System Source Data n bits Source Data Parity Generator n bits n+ bits Even/Odd Data Parity bits: bit Data Transmission Parity Checker n+ bits Even/Odd Data

68 3.8 Eclusive-OR Function 25/5/ P-68/70 Even-Parity Parity-Generator Truth Table Three-it Data Parity it y z P

69 3.8 Eclusive-OR Function 25/5/ P-69/70 Logic Implementation of Parity Generator and Checker y z P = + y + z C = + y + z + P Data Transmission y P z P C

70 3.9 Hardware Description Language (HDL) 25/5/ P-70/70 3. The Map Method 3.2 Four-Variable Map 3.3 Five-Variable Map 3.4 Product of Sums Simplification 3.5 Don t-care Conditions 3.6 NAND and NOR Implementation 3.7 Other Two-Level Implementations 3.8 Eclusive-OR Function 3.9 Hardware Description Language (HDL)

Gate-Level Minimization

Gate-Level Minimization Gate-Level Minimization Dr. Bassem A. Abdullah Computer and Systems Department Lectures Prepared by Dr.Mona Safar, Edited and Lectured by Dr.Bassem A. Abdullah Outline 1. The Map Method 2. Four-variable

More information

XOR - XNOR Gates. The graphic symbol and truth table of XOR gate is shown in the figure.

XOR - XNOR Gates. The graphic symbol and truth table of XOR gate is shown in the figure. XOR - XNOR Gates Lesson Objectives: In addition to AND, OR, NOT, NAND and NOR gates, exclusive-or (XOR) and exclusive-nor (XNOR) gates are also used in the design of digital circuits. These have special

More information

Lecture 6: Gate Level Minimization Syed M. Mahmud, Ph.D ECE Department Wayne State University

Lecture 6: Gate Level Minimization Syed M. Mahmud, Ph.D ECE Department Wayne State University Lecture 6: Gate Level Minimization Syed M. Mahmud, Ph.D ECE Department Wayne State University Original Source: Aby K George, ECE Department, Wayne State University Contents The Map method Two variable

More information

Unit 2 Session - 6 Combinational Logic Circuits

Unit 2 Session - 6 Combinational Logic Circuits Objectives Unit 2 Session - 6 Combinational Logic Circuits Draw 3- variable and 4- variable Karnaugh maps and use them to simplify Boolean expressions Understand don t Care Conditions Use the Product-of-Sums

More information

Combinatorial Logic Design Principles

Combinatorial Logic Design Principles Combinatorial Logic Design Principles ECGR2181 Chapter 4 Notes Logic System Design I 4-1 Boolean algebra a.k.a. switching algebra deals with boolean values -- 0, 1 Positive-logic convention analog voltages

More information

Digital Logic. Lecture 5 - Chapter 2. Outline. Other Logic Gates and their uses. Other Logic Operations. CS 2420 Husain Gholoom - lecturer Page 1

Digital Logic. Lecture 5 - Chapter 2. Outline. Other Logic Gates and their uses. Other Logic Operations. CS 2420 Husain Gholoom - lecturer Page 1 Lecture 5 - Chapter 2 Outline Other Logic Gates and their uses Other Logic Operations CS 2420 Husain Gholoom - lecturer Page 1 Digital logic gates CS 2420 Husain Gholoom - lecturer Page 2 Buffer A buffer

More information

Logic and Computer Design Fundamentals. Chapter 2 Combinational Logic Circuits. Part 2 Circuit Optimization

Logic and Computer Design Fundamentals. Chapter 2 Combinational Logic Circuits. Part 2 Circuit Optimization Logic and omputer Design Fundamentals hapter 2 ombinational Logic ircuits Part 2 ircuit Optimization harles Kime & Thomas Kaminski 2008 Pearson Education, Inc. (Hyperlinks are active in View Show mode)

More information

Chapter 2 Combinational Logic Circuits

Chapter 2 Combinational Logic Circuits Logic and Computer Design Fundamentals Chapter 2 Combinational Logic Circuits Part 2 Circuit Optimization Charles Kime & Thomas Kaminski 2004 Pearson Education, Inc. Terms of Use (Hyperlinks are active

More information

MC9211 Computer Organization

MC9211 Computer Organization MC92 Computer Organization Unit : Digital Fundamentals Lesson2 : Boolean Algebra and Simplification (KSB) (MCA) (29-2/ODD) (29 - / A&B) Coverage Lesson2 Introduces the basic postulates of Boolean Algebra

More information

Chapter 2 Combinational Logic Circuits

Chapter 2 Combinational Logic Circuits Logic and Computer Design Fundamentals Chapter 2 Combinational Logic Circuits Part 3 Additional Gates and Circuits Charles Kime & Thomas Kaminski 2008 Pearson Education, Inc. (Hyperlinks are active in

More information

Chap 2. Combinational Logic Circuits

Chap 2. Combinational Logic Circuits Overview 2 Chap 2. Combinational Logic Circuits Spring 24 Part Gate Circuits and Boolean Equations Binary Logic and Gates Boolean Algebra Standard Forms Part 2 Circuit Optimization Two-Level Optimization

More information

Logic Design. Chapter 2: Introduction to Logic Circuits

Logic Design. Chapter 2: Introduction to Logic Circuits Logic Design Chapter 2: Introduction to Logic Circuits Introduction Logic circuits perform operation on digital signal Digital signal: signal values are restricted to a few discrete values Binary logic

More information

Lecture 6: Manipulation of Algebraic Functions, Boolean Algebra, Karnaugh Maps

Lecture 6: Manipulation of Algebraic Functions, Boolean Algebra, Karnaugh Maps EE210: Switching Systems Lecture 6: Manipulation of Algebraic Functions, Boolean Algebra, Karnaugh Maps Prof. YingLi Tian Feb. 21/26, 2019 Department of Electrical Engineering The City College of New York

More information

Logic Design Combinational Circuits. Digital Computer Design

Logic Design Combinational Circuits. Digital Computer Design Logic Design Combinational Circuits Digital Computer Design Topics Combinational Logic Karnaugh Maps Combinational uilding locks Timing 2 Logic Circuit logic circuit is composed of: Inputs Outputs Functional

More information

UNIVERSITI TENAGA NASIONAL. College of Information Technology

UNIVERSITI TENAGA NASIONAL. College of Information Technology UNIVERSITI TENAGA NASIONAL College of Information Technology BACHELOR OF COMPUTER SCIENCE (HONS.) FINAL EXAMINATION SEMESTER 2 2012/2013 DIGITAL SYSTEMS DESIGN (CSNB163) January 2013 Time allowed: 3 hours

More information

Digital Logic Design. Combinational Logic

Digital Logic Design. Combinational Logic Digital Logic Design Combinational Logic Minterms A product term is a term where literals are ANDed. Example: x y, xz, xyz, A minterm is a product term in which all variables appear exactly once, in normal

More information

ELCT201: DIGITAL LOGIC DESIGN

ELCT201: DIGITAL LOGIC DESIGN ELCT2: DIGITAL LOGIC DESIGN Dr. Eng. Haitham Omran, haitham.omran@guc.edu.eg Dr. Eng. Wassim Alexan, wassim.joseph@guc.edu.eg Lecture 2 Following the slides of Dr. Ahmed H. Madian ذو الحجة 438 ه Winter

More information

211: Computer Architecture Summer 2016

211: Computer Architecture Summer 2016 211: Computer Architecture Summer 2016 Liu Liu Topic: Storage Project3 Digital Logic - Storage: Recap - Review: cache hit rate - Project3 - Digital Logic: - truth table => SOP - simplification: Boolean

More information

Logic. Combinational. inputs. outputs. the result. system can

Logic. Combinational. inputs. outputs. the result. system can Digital Electronics Combinational Logic Functions Digital logic circuits can be classified as either combinational or sequential circuits. A combinational circuit is one where the output at any time depends

More information

ENG2410 Digital Design Combinational Logic Circuits

ENG2410 Digital Design Combinational Logic Circuits ENG240 Digital Design Combinational Logic Circuits Fall 207 S. Areibi School of Engineering University of Guelph Binary variables Binary Logic Can be 0 or (T or F, low or high) Variables named with single

More information

CHAPTER 7 MULTI-LEVEL GATE CIRCUITS NAND AND NOR GATES

CHAPTER 7 MULTI-LEVEL GATE CIRCUITS NAND AND NOR GATES CHAPTER 7 MULTI-LEVEL GATE CIRCUITS NAND AND NOR GATES This chapter in the book includes: Objectives Study Guide 7.1 Multi-Level Gate Circuits 7.2 NAND and NOR Gates 7.3 Design of Two-Level Circuits Using

More information

LOGIC GATES. Basic Experiment and Design of Electronics. Ho Kyung Kim, Ph.D.

LOGIC GATES. Basic Experiment and Design of Electronics. Ho Kyung Kim, Ph.D. Basic Eperiment and Design of Electronics LOGIC GATES Ho Kyung Kim, Ph.D. hokyung@pusan.ac.kr School of Mechanical Engineering Pusan National University Outline Boolean algebra Logic gates Karnaugh maps

More information

UNIT 5 KARNAUGH MAPS Spring 2011

UNIT 5 KARNAUGH MAPS Spring 2011 UNIT 5 KRNUGH MPS Spring 2 Karnaugh Maps 2 Contents Minimum forms of switching functions Two- and three-variable Four-variable Determination of minimum expressions using essential prime implicants Five-variable

More information

Why digital? Overview. Number Systems. Binary to Decimal conversion

Why digital? Overview. Number Systems. Binary to Decimal conversion Why digital? Overview It has the following advantages over analog. It can be processed and transmitted efficiently and reliably. It can be stored and retrieved with greater accuracy. Noise level does not

More information

CS 121 Digital Logic Design. Chapter 2. Teacher Assistant. Hanin Abdulrahman

CS 121 Digital Logic Design. Chapter 2. Teacher Assistant. Hanin Abdulrahman CS 121 Digital Logic Design Chapter 2 Teacher Assistant Hanin Abdulrahman 1 2 Outline 2.2 Basic Definitions 2.3 Axiomatic Definition of Boolean Algebra. 2.4 Basic Theorems and Properties 2.5 Boolean Functions

More information

This form sometimes used in logic circuit, example:

This form sometimes used in logic circuit, example: Objectives: 1. Deriving of logical expression form truth tables. 2. Logical expression simplification methods: a. Algebraic manipulation. b. Karnaugh map (k-map). 1. Deriving of logical expression from

More information

Number System conversions

Number System conversions Number System conversions Number Systems The system used to count discrete units is called number system. There are four systems of arithmetic which are often used in digital electronics. Decimal Number

More information

Chapter 2 Combinational Logic Circuits

Chapter 2 Combinational Logic Circuits Logic and Computer Design Fundamentals Chapter 2 Combinational Logic Circuits Part 3 Additional Gates and Circuits Overview Part 1 Gate Circuits and Boolean Equations Binary Logic and Gates Boolean Algebra

More information

Additional Gates COE 202. Digital Logic Design. Dr. Muhamed Mudawar King Fahd University of Petroleum and Minerals

Additional Gates COE 202. Digital Logic Design. Dr. Muhamed Mudawar King Fahd University of Petroleum and Minerals Additional Gates COE 202 Digital Logic Design Dr. Muhamed Mudawar King Fahd University of Petroleum and Minerals Presentation Outline Additional Gates and Symbols Universality of NAND and NOR gates NAND-NAND

More information

Chapter 7 Logic Circuits

Chapter 7 Logic Circuits Chapter 7 Logic Circuits Goal. Advantages of digital technology compared to analog technology. 2. Terminology of Digital Circuits. 3. Convert Numbers between Decimal, Binary and Other forms. 5. Binary

More information

ELCT201: DIGITAL LOGIC DESIGN

ELCT201: DIGITAL LOGIC DESIGN ELCT2: DIGITAL LOGIC DESIGN Dr. Eng. Haitham Omran, haitham.omran@guc.edu.eg Dr. Eng. Wassim Alexan, wassim.joseph@guc.edu.eg Lecture 4 Following the slides of Dr. Ahmed H. Madian محرم 439 ه Winter 28

More information

In Module 3, we have learned about Exclusive OR (XOR) gate. Boolean Expression AB + A B = Y also A B = Y. Logic Gate. Truth table

In Module 3, we have learned about Exclusive OR (XOR) gate. Boolean Expression AB + A B = Y also A B = Y. Logic Gate. Truth table Module 8 In Module 3, we have learned about Exclusive OR (XOR) gate. Boolean Expression AB + A B = Y also A B = Y Logic Gate Truth table A B Y 0 0 0 0 1 1 1 0 1 1 1 0 In Module 3, we have learned about

More information

Karnaugh Maps (K-Maps)

Karnaugh Maps (K-Maps) Karnaugh Maps (K-Maps) Boolean expressions can be minimized by combining terms P + P = P K-maps minimize equations graphically Put terms to combine close to one another B C C B B C BC BC BC BC BC BC BC

More information

Lecture 5: NAND, NOR and XOR Gates, Simplification of Algebraic Expressions

Lecture 5: NAND, NOR and XOR Gates, Simplification of Algebraic Expressions EE210: Switching Systems Lecture 5: NAND, NOR and XOR Gates, Simplification of Algebraic Expressions Prof. YingLi Tian Feb. 15, 2018 Department of Electrical Engineering The City College of New York The

More information

Chapter 2: Princess Sumaya Univ. Computer Engineering Dept.

Chapter 2: Princess Sumaya Univ. Computer Engineering Dept. hapter 2: Princess Sumaya Univ. omputer Engineering Dept. Basic Definitions Binary Operators AND z = x y = x y z=1 if x=1 AND y=1 OR z = x + y z=1 if x=1 OR y=1 NOT z = x = x z=1 if x=0 Boolean Algebra

More information

Lecture 4: More Boolean Algebra

Lecture 4: More Boolean Algebra Lecture 4: More Boolean Algebra Syed M. Mahmud, Ph.D ECE Department Wayne State University Original Source: Prof. Russell Tessier of University of Massachusetts Aby George of Wayne State University ENGIN2

More information

Lecture 7: Karnaugh Map, Don t Cares

Lecture 7: Karnaugh Map, Don t Cares EE210: Switching Systems Lecture 7: Karnaugh Map, Don t Cares Prof. YingLi Tian Feb. 28, 2019 Department of Electrical Engineering The City College of New York The City University of New York (CUNY) 1

More information

Review. EECS Components and Design Techniques for Digital Systems. Lec 06 Minimizing Boolean Logic 9/ Review: Canonical Forms

Review. EECS Components and Design Techniques for Digital Systems. Lec 06 Minimizing Boolean Logic 9/ Review: Canonical Forms Review EECS 150 - Components and Design Techniques for Digital Systems Lec 06 Minimizing Boolean Logic 9/16-04 David Culler Electrical Engineering and Computer Sciences University of California, Berkeley

More information

The Karnaugh Map COE 202. Digital Logic Design. Dr. Muhamed Mudawar King Fahd University of Petroleum and Minerals

The Karnaugh Map COE 202. Digital Logic Design. Dr. Muhamed Mudawar King Fahd University of Petroleum and Minerals The Karnaugh Map COE 202 Digital Logic Design Dr. Muhamed Mudawar King Fahd University of Petroleum and Minerals Presentation Outline Boolean Function Minimization The Karnaugh Map (K-Map) Two, Three,

More information

DIGITAL LOGIC CIRCUITS

DIGITAL LOGIC CIRCUITS DIGITAL LOGIC CIRCUITS Introduction Logic Gates Boolean Algebra Map Specification Combinational Circuits Flip-Flops Sequential Circuits Memory Components Integrated Circuits Digital Computers 2 LOGIC GATES

More information

14:332:231 DIGITAL LOGIC DESIGN

14:332:231 DIGITAL LOGIC DESIGN :: DIGITAL LOGIC DESIGN Ivan Marsic, Rutgers University Electrical & Computer Engineering Fall Lecture #: Combinational Circuit Synthesis II hat if we have input variables? V = V = of Example with variables

More information

Lecture 2 Review on Digital Logic (Part 1)

Lecture 2 Review on Digital Logic (Part 1) Lecture 2 Review on Digital Logic (Part 1) Xuan Silvia Zhang Washington University in St. Louis http://classes.engineering.wustl.edu/ese461/ Grading Engagement 5% Review Quiz 10% Homework 10% Labs 40%

More information

CHAPTER1: Digital Logic Circuits Combination Circuits

CHAPTER1: Digital Logic Circuits Combination Circuits CS224: Computer Organization S.KHABET CHAPTER1: Digital Logic Circuits Combination Circuits 1 PRIMITIVE LOGIC GATES Each of our basic operations can be implemented in hardware using a primitive logic gate.

More information

University of Technology

University of Technology University of Technology Lecturer: Dr. Sinan Majid Course Title: microprocessors 4 th year معالجات دقيقة المرحلة الرابعة ھندسة الليزر والبصريات االلكترونية Lecture 3 & 4 Boolean Algebra and Logic Gates

More information

ELC224C. Karnaugh Maps

ELC224C. Karnaugh Maps KARNAUGH MAPS Function Simplification Algebraic Simplification Half Adder Introduction to K-maps How to use K-maps Converting to Minterms Form Prime Implicants and Essential Prime Implicants Example on

More information

EECS150 - Digital Design Lecture 19 - Combinational Logic Circuits : A Deep Dive

EECS150 - Digital Design Lecture 19 - Combinational Logic Circuits : A Deep Dive EECS150 - Digital Design Lecture 19 - Combinational Logic Circuits : A Deep Dive March 30, 2010 John Wawrzynek Spring 2010 EECS150 - Lec19-cl1 Page 1 Boolean Algebra I (Representations of Combinational

More information

CHAPTER 7. Exercises 17/ / /2 2 0

CHAPTER 7. Exercises 17/ / /2 2 0 CHAPTER 7 Exercises E7. (a) For the whole part, we have: Quotient Remainders 23/2 /2 5 5/2 2 2/2 0 /2 0 Reading the remainders in reverse order, we obtain: 23 0 = 0 2 For the fractional part we have 2

More information

Ch 2. Combinational Logic. II - Combinational Logic Contemporary Logic Design 1

Ch 2. Combinational Logic. II - Combinational Logic Contemporary Logic Design 1 Ch 2. Combinational Logic II - Combinational Logic Contemporary Logic Design 1 Combinational logic Define The kind of digital system whose output behavior depends only on the current inputs memoryless:

More information

Week-I. Combinational Logic & Circuits

Week-I. Combinational Logic & Circuits Week-I Combinational Logic & Circuits Overview Binary logic operations and gates Switching algebra Algebraic Minimization Standard forms Karnaugh Map Minimization Other logic operators IC families and

More information

ENGR 303 Introduction to Logic Design Lecture 3. Dr. Chuck Brown Engineering and Computer Information Science Folsom Lake College

ENGR 303 Introduction to Logic Design Lecture 3. Dr. Chuck Brown Engineering and Computer Information Science Folsom Lake College Introduction to Logic Design Lecture 3 Dr. Chuck rown Engineering and Computer Information Science Folsom Lake College Outline for Todays Lecture Logic Circuits SOP / POS oolean Theorems DeMorgan s Theorem

More information

Digital Fundamentals

Digital Fundamentals Digital Fundamentals Tenth Edition Floyd hapter 5 Modified by Yuttapong Jiraraksopakun Floyd, Digital Fundamentals, 10 th 2008 Pearson Education ENE, KMUTT ed 2009 2009 Pearson Education, Upper Saddle

More information

Simplifying Logic Circuits with Karnaugh Maps

Simplifying Logic Circuits with Karnaugh Maps Simplifying Logic Circuits with Karnaugh Maps The circuit at the top right is the logic equivalent of the Boolean expression: f = abc + abc + abc Now, as we have seen, this expression can be simplified

More information

Simplification of Boolean Functions. Dept. of CSE, IEM, Kolkata

Simplification of Boolean Functions. Dept. of CSE, IEM, Kolkata Simplification of Boolean Functions Dept. of CSE, IEM, Kolkata 1 Simplification of Boolean Functions: An implementation of a Boolean Function requires the use of logic gates. A smaller number of gates,

More information

EEE130 Digital Electronics I Lecture #4

EEE130 Digital Electronics I Lecture #4 EEE130 Digital Electronics I Lecture #4 - Boolean Algebra and Logic Simplification - By Dr. Shahrel A. Suandi Topics to be discussed 4-1 Boolean Operations and Expressions 4-2 Laws and Rules of Boolean

More information

Chapter 2 Part 7 Combinational Logic Circuits

Chapter 2 Part 7 Combinational Logic Circuits University of Wisconsin - Madison EE/omp Sci 352 Digital Systems Fundamentals Kewal K. Saluja and u Hen Hu Spring 2002 hapter 2 Part 7 ombinational Logic ircuits Originals by: harles R. Kime and Tom Kamisnski

More information

CS 226: Digital Logic Design

CS 226: Digital Logic Design CS 226: Digital Logic Design 0 1 1 I S 0 1 0 S Department of Computer Science and Engineering, Indian Institute of Technology Bombay. 1 of 29 Objectives In this lecture we will introduce: 1. Logic functions

More information

II. COMBINATIONAL LOGIC DESIGN. - algebra defined on a set of 2 elements, {0, 1}, with binary operators multiply (AND), add (OR), and invert (NOT):

II. COMBINATIONAL LOGIC DESIGN. - algebra defined on a set of 2 elements, {0, 1}, with binary operators multiply (AND), add (OR), and invert (NOT): ENGI 386 Digital Logic II. COMBINATIONAL LOGIC DESIGN Combinational Logic output of digital system is only dependent on current inputs (i.e., no memory) (a) Boolean Algebra - developed by George Boole

More information

Boolean Algebra and Logic Simplification

Boolean Algebra and Logic Simplification S302 Digital Logic Design Boolean Algebra and Logic Simplification Boolean Analysis of Logic ircuits, evaluating of Boolean expressions, representing the operation of Logic circuits and Boolean expressions

More information

Karnaugh Map & Boolean Expression Simplification

Karnaugh Map & Boolean Expression Simplification Karnaugh Map & Boolean Expression Simplification Mapping a Standard POS Expression For a Standard POS expression, a 0 is placed in the cell corresponding to the product term (maxterm) present in the expression.

More information

Working with Combinational Logic. Design example: 2x2-bit multiplier

Working with Combinational Logic. Design example: 2x2-bit multiplier Working with ombinational Logic Simplification two-level simplification exploiting don t cares algorithm for simplification Logic realization two-level logic and canonical forms realized with NNs and NORs

More information

Total Time = 90 Minutes, Total Marks = 50. Total /50 /10 /18

Total Time = 90 Minutes, Total Marks = 50. Total /50 /10 /18 University of Waterloo Department of Electrical & Computer Engineering E&CE 223 Digital Circuits and Systems Midterm Examination Instructor: M. Sachdev October 23rd, 2007 Total Time = 90 Minutes, Total

More information

Introduction to Digital Logic Missouri S&T University CPE 2210 Karnaugh Maps

Introduction to Digital Logic Missouri S&T University CPE 2210 Karnaugh Maps Introduction to Digital Logic Missouri S&T University CPE 2210 Karnaugh Maps Egemen K. Çetinkaya Egemen K. Çetinkaya Department of Electrical & Computer Engineering Missouri University of Science and Technology

More information

WEEK 3.1 MORE ON KARNAUGH MAPS

WEEK 3.1 MORE ON KARNAUGH MAPS WEEK 3. MORE ON KARNAUGH MAPS Don t Cares Sometimes, we might have inputs and it doesn t matter what the output is; i.e., we don t care what the output is. These situations are called don t cares. Rather

More information

E&CE 223 Digital Circuits & Systems. Lecture Transparencies (Boolean Algebra & Logic Gates) M. Sachdev

E&CE 223 Digital Circuits & Systems. Lecture Transparencies (Boolean Algebra & Logic Gates) M. Sachdev E&CE 223 Digital Circuits & Systems Lecture Transparencies (Boolean Algebra & Logic Gates) M. Sachdev 4 of 92 Section 2: Boolean Algebra & Logic Gates Major topics Boolean algebra NAND & NOR gates Boolean

More information

L4: Karnaugh diagrams, two-, and multi-level minimization. Elena Dubrova KTH / ICT / ES

L4: Karnaugh diagrams, two-, and multi-level minimization. Elena Dubrova KTH / ICT / ES L4: Karnaugh diagrams, two-, and multi-level minimization Elena Dubrova KTH / ICT / ES dubrova@kth.se Combinatorial system a(t) not(a(t)) A combinatorial system has no memory - its output depends therefore

More information

Digital Logic Design ABC. Representing Logic Operations. Dr. Kenneth Wong. Determining output level from a diagram. Laws of Boolean Algebra

Digital Logic Design ABC. Representing Logic Operations. Dr. Kenneth Wong. Determining output level from a diagram. Laws of Boolean Algebra Digital Logic Design ENGG1015 1 st Semester, 2011 Representing Logic Operations Each function can be represented equivalently in 3 ways: Truth table Boolean logic expression Schematics Truth Table Dr.

More information

Chapter 2 Boolean Algebra and Logic Gates

Chapter 2 Boolean Algebra and Logic Gates Chapter 2 Boolean Algebra and Logic Gates The most common postulates used to formulate various algebraic structures are: 1. Closure. N={1,2,3,4 }, for any a,b N we obtain a unique c N by the operation

More information

Karnaugh Maps Objectives

Karnaugh Maps Objectives Karnaugh Maps Objectives For Karnaugh Maps of up to 5 variables Plot a function from algebraic, minterm or maxterm form Obtain minimum Sum of Products and Product of Sums Understand the relationship between

More information

Lecture 5. Karnaugh-Map

Lecture 5. Karnaugh-Map Lecture 5 - Lecture 5 Karnaugh-Map Lecture 5-2 Karnaugh-Map Set Logic Venn Diagram K-map Lecture 5-3 K-Map for 2 Variables Lecture 5-4 K-Map for 3 Variables C C C Lecture 5-5 Logic Expression, Truth Table,

More information

EE40 Lec 15. Logic Synthesis and Sequential Logic Circuits

EE40 Lec 15. Logic Synthesis and Sequential Logic Circuits EE40 Lec 15 Logic Synthesis and Sequential Logic Circuits Prof. Nathan Cheung 10/20/2009 Reading: Hambley Chapters 7.4-7.6 Karnaugh Maps: Read following before reading textbook http://www.facstaff.bucknell.edu/mastascu/elessonshtml/logic/logic3.html

More information

Digital Circuit And Logic Design I. Lecture 4

Digital Circuit And Logic Design I. Lecture 4 Digital Circuit And Logic Design I Lecture 4 Outline Combinational Logic Design Principles (2) 1. Combinational-circuit minimization 2. Karnaugh maps 3. Quine-McCluskey procedure Panupong Sornkhom, 2005/2

More information

Chapter 2 Combinational Logic Circuits

Chapter 2 Combinational Logic Circuits Logic and Computer Design Fundamentals Chapter 2 Combinational Logic Circuits Part 2 Circuit Optimization Goal: To obtain the simplest implementation for a given function Optimization is a more formal

More information

Cs302 Quiz for MID TERM Exam Solved

Cs302 Quiz for MID TERM Exam Solved Question # 1 of 10 ( Start time: 01:30:33 PM ) Total Marks: 1 Caveman used a number system that has distinct shapes: 4 5 6 7 Question # 2 of 10 ( Start time: 01:31:25 PM ) Total Marks: 1 TTL based devices

More information

Boolean Algebra and Digital Logic 2009, University of Colombo School of Computing

Boolean Algebra and Digital Logic 2009, University of Colombo School of Computing IT 204 Section 3.0 Boolean Algebra and Digital Logic Boolean Algebra 2 Logic Equations to Truth Tables X = A. B + A. B + AB A B X 0 0 0 0 3 Sum of Products The OR operation performed on the products of

More information

Possible logic functions of two variables

Possible logic functions of two variables ombinational logic asic logic oolean algebra, proofs by re-writing, proofs by perfect induction logic functions, truth tables, and switches NOT, ND, OR, NND, NOR, OR,..., minimal set Logic realization

More information

Part 5: Digital Circuits

Part 5: Digital Circuits Characteristics of any number system are: Part 5: Digital Circuits 5.: Number Systems & Code Conversions. ase or radix is equal to the number of possible symbols in the system 2. The largest value of digit

More information

Chapter 2 Boolean Algebra and Logic Gates

Chapter 2 Boolean Algebra and Logic Gates Chapter 2 Boolean Algebra and Logic Gates Huntington Postulates 1. (a) Closure w.r.t. +. (b) Closure w.r.t.. 2. (a) Identity element 0 w.r.t. +. x + 0 = 0 + x = x. (b) Identity element 1 w.r.t.. x 1 =

More information

Theory of Logic Circuits. Laboratory manual. Exercise 1

Theory of Logic Circuits. Laboratory manual. Exercise 1 Zakład Mikroinformatyki i Teorii utomatów Cyfrowych Theory of Logic Circuits Laboratory manual Eercise Combinational switching circuits 008 Urszula Stańczyk, Piotr Czekalski (edt. E.. Combinational switching

More information

Circuits & Boolean algebra.

Circuits & Boolean algebra. Circuits & Boolean algebra http://xkcd.com/730/ CSCI 255: Introduction to Embedded Systems Keith Vertanen Copyright 2011 Digital circuits Overview How a switch works Building basic gates from switches

More information

Lecture (02) NAND and NOR Gates

Lecture (02) NAND and NOR Gates Lecture (02) NAND and NOR Gates By: Dr. Ahmed ElShafee ١ Dr. Ahmed ElShafee, ACU : Spring 2018, CSE303 Logic design II NAND gates and NOR gates In this section we will define NAND and NOR gates. Logic

More information

CHAPTER III BOOLEAN ALGEBRA

CHAPTER III BOOLEAN ALGEBRA CHAPTER III- CHAPTER III CHAPTER III R.M. Dansereau; v.. CHAPTER III-2 BOOLEAN VALUES INTRODUCTION BOOLEAN VALUES Boolean algebra is a form of algebra that deals with single digit binary values and variables.

More information

Chapter 4 Optimized Implementation of Logic Functions

Chapter 4 Optimized Implementation of Logic Functions Chapter 4 Optimized Implementation of Logic Functions Logic Minimization Karnaugh Maps Systematic Approach for Logic Minimization Minimization of Incompletely Specified Functions Tabular Method for Minimization

More information

Part 1: Digital Logic and Gates. Analog vs. Digital waveforms. The digital advantage. In real life...

Part 1: Digital Logic and Gates. Analog vs. Digital waveforms. The digital advantage. In real life... Part 1: Digital Logic and Gates Analog vs Digital waveforms An analog signal assumes a continuous range of values: v(t) ANALOG A digital signal assumes discrete (isolated, separate) values Usually there

More information

ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN. Week 2 Dr. Srinivas Shakkottai Dept. of Electrical and Computer Engineering

ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN. Week 2 Dr. Srinivas Shakkottai Dept. of Electrical and Computer Engineering ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN Week 2 Dr. Srinivas Shakkottai Dept. of Electrical and Computer Engineering Boolean Algebra Boolean Algebra A Boolean algebra is defined with: A set of

More information

Number System. Decimal to binary Binary to Decimal Binary to octal Binary to hexadecimal Hexadecimal to binary Octal to binary

Number System. Decimal to binary Binary to Decimal Binary to octal Binary to hexadecimal Hexadecimal to binary Octal to binary Number System Decimal to binary Binary to Decimal Binary to octal Binary to hexadecimal Hexadecimal to binary Octal to binary BOOLEAN ALGEBRA BOOLEAN LOGIC OPERATIONS Logical AND Logical OR Logical COMPLEMENTATION

More information

Learning Objectives 10/7/2010. CE 411 Digital System Design. Fundamental of Logic Design. Review the basic concepts of logic circuits. Dr.

Learning Objectives 10/7/2010. CE 411 Digital System Design. Fundamental of Logic Design. Review the basic concepts of logic circuits. Dr. /7/ CE 4 Digital ystem Design Dr. Arshad Aziz Fundamental of ogic Design earning Objectives Review the basic concepts of logic circuits Variables and functions Boolean algebra Minterms and materms ogic

More information

Chapter 2 (Lect 2) Canonical and Standard Forms. Standard Form. Other Logic Operators Logic Gates. Sum of Minterms Product of Maxterms

Chapter 2 (Lect 2) Canonical and Standard Forms. Standard Form. Other Logic Operators Logic Gates. Sum of Minterms Product of Maxterms Chapter 2 (Lect 2) Canonical and Standard Forms Sum of Minterms Product of Maxterms Standard Form Sum of products Product of sums Other Logic Operators Logic Gates Basic and Multiple Inputs Positive and

More information

Digital Logic & Computer Design CS Professor Dan Moldovan Spring Copyright 2007 Elsevier 2-<101>

Digital Logic & Computer Design CS Professor Dan Moldovan Spring Copyright 2007 Elsevier 2-<101> Digital Logic & Computer Design CS 434 Professor Dan Moldovan Spring 2 Copyright 27 Elsevier 2- Chapter 2 :: Combinational Logic Design Digital Design and Computer Architecture David Money Harris and

More information

Chapter 2: Switching Algebra and Logic Circuits

Chapter 2: Switching Algebra and Logic Circuits Chapter 2: Switching Algebra and Logic Circuits Formal Foundation of Digital Design In 1854 George Boole published An investigation into the Laws of Thoughts Algebraic system with two values 0 and 1 Used

More information

Logic and Computer Design Fundamentals. Chapter 2 Combinational Logic Circuits. Part 1 Gate Circuits and Boolean Equations

Logic and Computer Design Fundamentals. Chapter 2 Combinational Logic Circuits. Part 1 Gate Circuits and Boolean Equations Logic and Computer Design Fundamentals Chapter 2 Combinational Logic Circuits Part Gate Circuits and Boolean Equations Charles Kime & Thomas Kaminski 28 Pearson Education, Inc. (Hperlinks are active in

More information

Logic Gates and Boolean Algebra

Logic Gates and Boolean Algebra Logic Gates and oolean lgebra The ridge etween Symbolic Logic nd Electronic Digital Computing Compiled y: Muzammil hmad Khan mukhan@ssuet.edu.pk asic Logic Functions and or nand nor xor xnor not 2 Logic

More information

Digital Logic & Computer Design CS Professor Dan Moldovan Spring 2010

Digital Logic & Computer Design CS Professor Dan Moldovan Spring 2010 Digital Logic & Computer Design CS 434 Professor Dan Moldovan Spring 2 Copyright 27 Elsevier 2- Chapter 2 :: Combinational Logic Design Digital Design and Computer rchitecture David Money Harris and

More information

課程名稱 : 數位邏輯設計 P-1/ /6/11

課程名稱 : 數位邏輯設計 P-1/ /6/11 課程名稱 : 數位邏輯設計 P-1/55 2012/6/11 Textbook: Digital Design, 4 th. Edition M. Morris Mano and Michael D. Ciletti Prentice-Hall, Inc. 教師 : 蘇慶龍 INSTRUCTOR : CHING-LUNG SU E-mail: kevinsu@yuntech.edu.tw Chapter

More information

EC-121 Digital Logic Design

EC-121 Digital Logic Design EC-121 Digital Logic Design Lecture 2 [Updated on 02-04-18] Boolean Algebra and Logic Gates Dr Hashim Ali Spring 2018 Department of Computer Science and Engineering HITEC University Taxila!1 Overview What

More information

CHAPTER III BOOLEAN ALGEBRA

CHAPTER III BOOLEAN ALGEBRA CHAPTER III- CHAPTER III CHAPTER III R.M. Dansereau; v.. CHAPTER III-2 BOOLEAN VALUES INTRODUCTION BOOLEAN VALUES Boolean algebra is a form of algebra that deals with single digit binary values and variables.

More information

DIGITAL ELECTRONICS & it0203 Semester 3

DIGITAL ELECTRONICS & it0203 Semester 3 DIGITAL ELECTRONICS & it0203 Semester 3 P.Rajasekar & C.M.T.Karthigeyan Asst.Professor SRM University, Kattankulathur School of Computing, Department of IT 8/22/2011 1 Disclaimer The contents of the slides

More information

Logic Design I (17.341) Fall Lecture Outline

Logic Design I (17.341) Fall Lecture Outline Logic Design I (17.341) Fall 2011 Lecture Outline Class # 06 October 24, 2011 Dohn Bowden 1 Today s Lecture Administrative Main Logic Topic Homework 2 Course Admin 3 Administrative Admin for tonight Syllabus

More information

L2: Combinational Logic Design (Construction and Boolean Algebra)

L2: Combinational Logic Design (Construction and Boolean Algebra) L2: Combinational Logic Design (Construction and oolean lgebra) cknowledgements: Materials in this lecture are courtesy of the following people and used with permission. - Randy H. Katz (University of

More information

Boolean Algebra, Gates and Circuits

Boolean Algebra, Gates and Circuits Boolean Algebra, Gates and Circuits Kasper Brink November 21, 2017 (Images taken from Tanenbaum, Structured Computer Organization, Fifth Edition, (c) 2006 Pearson Education, Inc.) Outline Last week: Von

More information

E&CE 223 Digital Circuits & Systems. Lecture Transparencies (Boolean Algebra & Logic Gates) M. Sachdev. Section 2: Boolean Algebra & Logic Gates

E&CE 223 Digital Circuits & Systems. Lecture Transparencies (Boolean Algebra & Logic Gates) M. Sachdev. Section 2: Boolean Algebra & Logic Gates Digital Circuits & Systems Lecture Transparencies (Boolean lgebra & Logic Gates) M. Sachdev 4 of 92 Section 2: Boolean lgebra & Logic Gates Major topics Boolean algebra NND & NOR gates Boolean algebra

More information