Chapter 7 -- Modular Sequential Logic. Serial-in, Serial-out Shift Register.

Slides:



Advertisements
Similar presentations
Register Transfer Level
Advertisements

Figure 8–1 A 2-bit asynchronous binary counter
Counters Chapter 17 Subject: Digital System Year: 2009.
Digital Digital: Chapter 8. Sequential Logic Design Practices 1 Chapter 8. Sequential Logic Design Practices.
Sequential Logic Design
Contemporary Logic Design Sequential Case Studies © R.H. Katz Transparency No Chapter #7: Sequential Logic Case Studies 7.1, 7.2 Counters.
Shift Registers and Shift Register Counters
Chapter 8 -- Analysis and Synthesis of Synchronous Sequential Circuits.
ECE 331 – Digital System Design Counters (Lecture #18)
Sequential Logic Combination logic: outputs are based on a combination of present inputs only. Sequential logic: outputs depend on present and past inputs.
Synchronous Sequential Circuit Design Digital Clock Design.
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.
Sequential Circuit  It is a type of logic circuit whose output depends not only on the present value of its input signals but on the past history of its.
Chapter 9 Counters.
CHAPTER 3 Counters.  One of the common requirement in digital circuits/system is counting, both direction (forward and backward)  Digital clocks and.
Synchronous Sequential Circuit Design
Counters.
Chapter 1_4 Part II Counters
Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register.
EE345: Introduction to Microcontrollers Register and Counters Prof. Ahmad Abu-El-Haija.
©2004 Brooks/Cole FIGURES FOR CHAPTER 18 CIRCUITS FOR ARITHMETIC OPERATIONS Click the mouse to move to the next page. Use the ESC key to exit this chapter.
Mid3 Revision Prof. Sin-Min Lee. 2 Counters 3 Figure 9--1 A 2-bit asynchronous binary counter. Asynchronous Counter Operation.
Registers and Counters
Counters Clocked sequential circuit whose state diagram contains a single cycle. Modulus – number of states in the cycle. Counters with non-power of 2.
ECE 301 – Digital Electronics Counters (Lecture #16)
EE24C Digital Electronics Projects
© The McGraw-Hill Companies, Inc McGraw-Hill 1 PRINCIPLES AND APPLICATIONS OF ELECTRICAL ENGINEERING THIRD EDITION G I O R G I O R I Z Z O N I 14.
CHAPTER 12 REGISTERS AND COUNTERS
CHAPTER 14 Digital Systems.
Digital Design: Principles and Practices
Counters Dr. Rebhi S. Baraka Logic Design (CSCI 2301) Department of Computer Science Faculty of Information Technology The Islamic University.
Princess Sumaya Univ. Computer Engineering Dept. Chapter 6:
CYU / CSIE / Yu-Hua Lee / E- 1 數位邏輯 Digital Fundamentals Chapter 9 Counters.
BZUPAGES.COM1 Chapter 9 Counters. BZUPAGES.COM2 BzuPages.COM Please share your assignments/lectures & Presentation Slides on bzupages which can help your.
CHAPTER 3 Counters.  One of the common requirement in digital circuits/system is counting, both direction (forward and backward)  Digital clocks and.
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.
Counter Circuits and VHDL State Machines
CHAPTER 6 Sequential Circuits’ Analysis CHAPTER 6 Sequential Circuits’ Analysis Sichuan University Software College.
Registers and Counters
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
Modulo-N Counters According to how they handle input transitions –Synchronous –Asynchronous.
Chapter 8 -- Analysis and Synthesis of Synchronous Sequential Circuits.
Modular sequential logic Use latches, flip-flops and combinational logic –Flip-flops usually grouped to form a register Shift registers –n bits {x n …x.
Floyd Digital Fundamentals, 9/e Copyright ©2006 by Pearson Education, Inc. Upper Saddle River, New Jersey All rights reserved. Slide 1 Digital Fundamentals.
Counters and registers Eng.Maha Alqubali. Registers Registers are groups of flip-flops, where each flip- flop is capable of storing one bit of information.
CHAPTER 14 Digital Systems. Figure 14.1 RS flip-flop symbol and truth table Figure
1 CHAPTER 12 REGISTERS AND COUNTERS This chapter in the book includes: Objectives Study Guide 12.1Registers and Register Transfers 12.2Shift Registers.
Chapter 35 Sequential Logic Circuits. Objectives After completing this chapter, you will be able to: –Describe the function of a flip-flop –Identify the.
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: With an Introduction to the Verilog HDL, 5e M. Morris Mano Michael D. Ciletti Copyright ©2013 by Pearson Education, Inc. All rights reserved.
EKT 124 / 3 DIGITAL ELEKTRONIC 1
EKT 124 / 3 DIGITAL ELEKTRONIC 1
Logika Sekuensial Modular
FIGURE 6.1 Four‐bit register
EKT 221 – Counters.
EEL 3705 / 3705L Digital Logic Design
Sequential Logic Counters and Registers
Figure 12-13: Synchronous Binary Counter
FIGURE 5.1 Block diagram of sequential circuit
Sequential Circuit: Counter
Lecture No. 24 Sequential Logic.
EET107/3 DIGITAL ELECTRONICS 1
CHAPTER 4 COUNTER.
Switching Theory and Logic Design Chapter 5:
14 Digital Systems.
Registers and Register Transfers
Instructor: Alexander Stoytchev
Presentation transcript:

Chapter 7 -- Modular Sequential Logic

Serial-in, Serial-out Shift Register

Generic Shift Register

SN74164 Serial-in, Serial-out Shift Register

SN74164 Function Table and Package

SN bit Serial-In, Serial-out Shift register

SN74165 Timing Diagram

Parallel Accumulator

Synchronous Binary Counter

SN74163 Synchronous Binary Counter

SN74163 Timing Diagram

Asynchronous Down Counter

Synchronous Up/Down Counter

SN74160 Synchronous Decade Counter

SN74160 Logic Diagram

SN74160 Timing Diagram

Asynchronous BCD Counter

Digital Timer Block Diagram Figure 7.22

SN7492A Asynchronous Counter

SN7492A Timing Diagram

SN7492A State Diagrams

Modulo-N Asynchronous Counter

SN74293 Asynchronous Binary Counter

Modulo-13 Counter Design -- Example 7.1