CSCI 232© 2005 JW Ryder1 3-to-8 Line Decoder. CSCI 232© 2005 JW Ryder2 3-to-8 Decoder Truth Table.

Slides:



Advertisements
Similar presentations
©2004 Brooks/Cole FIGURES FOR CHAPTER 12 REGISTERS AND COUNTERS Click the mouse to move to the next page. Use the ESC key to exit this chapter. This chapter.
Advertisements

Logic Circuits Design presented by Amr Al-Awamry
Register Transfer Level
CENG 241 Digital Design 1 Lecture 11
//HDL Example 6-1 // //Behavioral description of //Universal shift register // Fig. 6-7 and Table 6-3 module shftreg.
التصميم المنطقي Second Course
Dr. ClincyLecture1 Appendix A – Part 2: Logic Circuits Current State or output of the device is affected by the previous states Circuit Flip Flops New.
Answer to exercises(2) P74, 2.1 (a) =6B 16 (b) = (d) = (f) F3A5 8 =
Chapter 7 -- Modular Sequential Logic. Serial-in, Serial-out Shift Register.
ENGIN112 L26: Shift Registers November 3, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 26 Shift Registers.
CS 140L Lecture 4 Professor CK Cheng 10/22/02. 1)F-F 2)Shift register 3)Counter (Asynchronous) 4)Counter (Synchronous)
Sequential Circuit Introduction to Counter
Registers and Counters
Unit 12 Registers and Counters Ku-Yaw Chang Assistant Professor, Department of Computer Science and Information Engineering Da-Yeh.
Counters.
EE345: Introduction to Microcontrollers Register and Counters Prof. Ahmad Abu-El-Haija.
ReVieW Combinational & Sequential Logic Circuit EKT 221 / 4 DIGITAL ELECTRONICS II.
Integrated Circuits. Integrated Circuit (IC) A silicon crystal (chip) containing electronic components that create the logic gates we’ve been looking.
Spencer/Ghausi, Introduction to Electronic Circuit Design, 1e, ©2003, Pearson Education, Inc. Chapter 14, slide 1 Introduction to Electronic Circuit Design.
Combinational Circuit – Arithmetic Circuit
1 Registers and Counters A register consists of a group of flip-flops and gates that affect their transition. An n-bit register consists of n-bit flip-flops.
P. 4.1 Digital Technology and Computer Fundamentals Chapter 4 Digital Components.
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN Lecture 17 Dr. Shi Dept. of Electrical and Computer Engineering.
Digital Design Lectures 11 & 12 Shift Registers and Counters.
7-6 단일 레지스터에서 Microoperation Multiplexer-Based Transfer  Register 가 서로 다른 시간에 둘 이상의 source 에서 data 를 받을 경우 If (K1=1) then (R0 ←R1) else if (K2=1) then.
Registers and Counters Chapter 6. Digital Circuits 2 Clocked sequential circuits a group of flip-flops and combinational gates connected to form a feedback.
REGISTER TRANSFER & MICROOPERATIONS By Sohaib. Digital System Overview  Each module is built from digital components  Registers  Decoders  Arithmetic.
Integrated Circuits. Integrated Circuit (IC) A silicon crystal (chip) containing electronic components that create the logic gates we’ve been looking.
Registers Page 1. Page 2 What is a Register?  A Register is a collection of flip-flops with some common function or characteristic  Control signals.
Abdullah Said Alkalbani University of Buraimi
9/15/09 - L26 Shift RegistersCopyright Joanne DeGroat, ECE, OSU1 Shift Registers.
Lecture 21: Registers and Counters (1)
Sequential logic circuits
Registers and Counters
Digital Electronics.
Instructor: Alexander Stoytchev CprE 281: Digital Logic.
ECE/CS 352 Digital System Fundamentals© T. Kaminski & C. Kime 1 ECE/CS 352 Digital Systems Fundamentals Fall 2000 Chapter 5 – Part 2 Tom Kaminski & Charles.
SYEN 3330 Digital SystemsJung H. Kim 1 SYEN 3330 Digital Systems Chapter 7 – Part 2.
Home Assignment 3 Logical Design Assigned. Deadline 2015 May 3 rd Sunday.
DIGITAL COMPONENTS. MULTIPLEXERS A multiplexer is a combinational circuit that receives binary information from one of 2 n input data lines and directs.
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN Dr. Shi Dept. of Electrical and Computer Engineering.
Fuw-Yi Yang1 數位系統 Digital Systems Department of Computer Science and Information Engineering, Chaoyang University of Technology 朝陽科技大學資工系 Speaker: Fuw-Yi.
CHAPTER 14 Digital Systems. Figure 14.1 RS flip-flop symbol and truth table Figure
Lecture No. 18 Combinational Functional Devices. Recap Decoder Decoder –3-to-8 Decoder –Cascading of Decoders 4-to-16 decoder –Implementing SOP & POS.
Shift Register Counters
Digital Design: With an Introduction to the Verilog HDL, 5e M. Morris Mano Michael D. Ciletti Copyright ©2013 by Pearson Education, Inc. All rights reserved.
Digital Design: Sequential Logic Blocks
Computer System Architecture
Registers and Counters
DIGITAL LOGIC CIRCUITS
Logika Sekuensial Modular
FIGURE 6.1 Four‐bit register
Sequential Logic Counters and Registers
SLIDES FOR CHAPTER 12 REGISTERS AND COUNTERS
CHAPTER 9 Shift Registers
DIGITAL LOGIC CIRCUITS
Overview Introduction Logic Gates Flip Flops Registers Counters
Digital System Design Review.
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN
FIGURE 10.1 Rectangular‐shape graphic symbols for gates
Computer Architecture and Organization: L02: Logic design Review
Lecture 17 Logistics Last lecture Today HW5 due on Wednesday
Instructor: Alexander Stoytchev
Switching Theory and Logic Design Chapter 5:
Digital Logic Department of CNET Chapter-6
Digital Logic Department of CNET Chapter-6
14 Digital Systems.
Lecture 17 Logistics Last lecture Today HW5 due on Wednesday
Outline Registers Counters 5/11/2019.
Forward Design by state transition table, and state graph
Presentation transcript:

CSCI 232© 2005 JW Ryder1 3-to-8 Line Decoder

CSCI 232© 2005 JW Ryder2 3-to-8 Decoder Truth Table

CSCI 232© 2005 JW Ryder3 2-to-4 Line Decoder

CSCI 232© 2005 JW Ryder4 3x8 Decoder from 2 2x4 Decoders See table 2-2 on page 47 for an Octal to Binary Encoder

CSCI 232© 2005 JW Ryder5 4-to-1 Line Multiplexer

CSCI 232© 2005 JW Ryder6 Quad 2-to-1 Line Multiplexer

CSCI 232© 2005 JW Ryder7 4-bit Register

CSCI 232© 2005 JW Ryder8 Parallel Load Load = 0 = hold value Load = 1 = take I x value

CSCI 232© 2005 JW Ryder9 4-bit Serial Shift Register

CSCI 232© 2005 JW Ryder10 Bi-Di Shift Reg with Parallel Load

CSCI 232© 2005 JW Ryder11 Binary Counter

CSCI 232© 2005 JW Ryder12 Fancy Counter 4-bit binary counter with parallel load and synchronous clear