Parallel–to-serial conversion(P712) 8.5 Shift Registers NextReturn serial input 8.5.1 Shift-Register Structure serial output parallel input parallel output.

Slides:



Advertisements
Similar presentations
D Flip-Flop.
Advertisements

Shift Registers Module M11.1 Section 7.3.
Registers and Counters. Register Register is built with gates, but has memory. The only type of flip-flop required in this class – the D flip-flop – Has.
Half Adder Sum = X’Y+XY’ = X  Y Carry = XY YXYXYX  YYYX  XX XOR XNOR.
Ch 8. Sequential logic design practices 1. Documentation standards ▶ general requirements : signal name, logic symbol, schematic logic - state machine.
Shift Register Application Chapter 22 Subject: Digital System Year: 2009.
Digital Digital: Chapter 8. Sequential Logic Design Practices 1 Chapter 8. Sequential Logic Design Practices.
8.4 Counters NextReturn Any clocked sequential circuit whose state diagram contains a single cycle is called a counter. The number of states in the cycle.
Simple Sequential Circuits in VHDL. Contents Sequential circuit examples: - SR latch in dataflow style - D flip-flop in behavioral style - shift register.
EE42/100 Fall 2005 Prof. Fearing 1 Week 12/ Lecture 22 Nov. 17, Overview of Digital Systems 2.CMOS Inverter 3.CMOS Gates 4.Digital Logic 5.Combinational.
CMPUT Computer Organization and Architecture II1 CMPUT329 - Fall 2003 TopicJ: Counters José Nelson Amaral.
Shift Registers and Shift Register Counters
Shift Registers Lecture L6.6 Section Bit Shift Register.
Sequential PLD timing Registers Counters Shift registers
EET 1131 Unit 12 Shift Registers
Digital Logic Design Lecture 24. Announcements Homework 8 due today Exam 3 on Tuesday, 11/25. – Topics for exam are up on the course webpage.
Registers and Shift Registers Discussion D8.2. D Flip-Flop X 0 Q 0 ~Q 0 D CLK Q ~Q D gets latched to Q on the rising edge of the clock. Positive.
Chapter 7 -- Modular Sequential Logic. Serial-in, Serial-out Shift Register.
Sistemas Digitais I LESI - 2º ano Lesson 8 - Sequential Design Practices U NIVERSIDADE DO M INHO E SCOLA DE E NGENHARIA Prof. João Miguel Fernandes
1 EE365 More on sequential circuits. 2 Serial data systems (e.g., TPC)
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)
1 Digital Design: Sequential Logic Blocks Credits : Slides adapted from: J.F. Wakerly, Digital Design, 4/e, Prentice Hall, 2006 C.H. Roth, Fundamentals.
Digital Fundamentals Floyd Chapter 9 Tenth Edition
Counters.
EKT 124 / 3 DIGITAL ELEKTRONIC 1
Flip-Flop Applications Registers.  a register is a collection of flip-flops  basic function is to hold information  a shift register is a register.
Flip-Flop Applications
Registers and Counters
ECE 301 – Digital Electronics Flip-Flops and Registers (Lecture #15)
Counters Clocked sequential circuit whose state diagram contains a single cycle. Modulus – number of states in the cycle. Counters with non-power of 2.
1 Shift Registers. –Definitions –I/O Types: serial, parallel, combinations –Direction: left, right, bidirectional –Applications –VHDL implementations.
EE24C Digital Electronics Projects
Digital Design: Principles and Practices
Princess Sumaya Univ. Computer Engineering Dept. Chapter 6:
EE365 Adv. Digital Circuit Design Clarkson University Lecture #12 Registers and Counters.
Digital Design Lectures 11 & 12 Shift Registers and Counters.
1 Lecture #17 EGR 277 – Digital Logic Reading Assignment: Chapter 6 in Digital Design, 3 rd Edition by Mano Timing Sequences So far we have designed circuits.
1 Register A register is a sequential circuit that can be set to a specific state and retain that state until externally changed. –State is a combination.
Abdullah Said Alkalbani University of Buraimi
Sequential Logic Circuit
EKT 124 / 3 DIGITAL ELEKTRONIC 1
Digital Electronics Electronics Technology Landon Johnson Shift Registers.
Digital Fundamentals Tenth Edition Floyd Chapter 9.
EE121 John Wakerly Lecture #9
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
© BYU 12 REGISTERS Page 1 ECEn 224 Registers.
Registers ECEn/CS 224.
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN Dr. Shi Dept. of Electrical and Computer Engineering.
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.
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.
CSE 260 Digital Logic Design Registers, Memory BRAC University.
Shift Register Counters
Principles & Applications
Digital Design: Sequential Logic Blocks
Electronics Technology
Digital Fundamentals Abdul Hameed
Prof. Hsien-Hsin Sean Lee
Sequential Logic Counters and Registers
INTRODUCTION Overview of Shift Registers
CHAPTER 9 Shift Registers
12-bit counter and 2GHz oscillator
3.2 Shift Register Basic shift register function
D Flip-Flop.
Shift Registers Lecture L8.6 Section 8.3.
Principles & Applications
Switching Theory and Logic Design Chapter 5:
Digital Logic Department of CNET Chapter-6
Digital Logic Department of CNET Chapter-6
14 Digital Systems.
Presentation transcript:

parallel–to-serial conversion(P712) 8.5 Shift Registers NextReturn serial input Shift-Register Structure serial output parallel input parallel output serial-in, serial-out shift register (P712) serial-in, parallel -out shift register (P712) serial-to-parallel conversion(P712) parallel-in, serial-out shift register (P712)

gated clock 8.5 Shift Registers MSI Shift Registers (P714~718) BackReturn serial input parallel output asynchronous clear input parallel input serial output asynchronous clear input Next

8.5 Shift Registers MSI Shift Registers (74194 and 74299) parallel input parallel output asynchronous clear input bidirectional LIN QH HQH CLR GQG > CLK FQF S1 EQE S0 DQD G1 CQC G2 BQB AQA RIN QA parallel input parallel output(TS) asynchronous clear input bidirectional BackReturnNext

8.5 Shift Registers BackReturn The World’s Biggest Shift-Register Application – Digital Telephony (P718) * Serial/Parallel Conversion (P719~724) Shift Register Counters (P724) Ring Counters (P725~727) Simulation