SlideShare une entreprise Scribd logo
1  sur  33
EET 3350 Digital Systems Design

    Textbook: John Wakerly
         Chapter 8: 8.5

          Shift Registers




                                  1
Definition
• A register is a digital circuit with two basic
  functions: Data Storage and Data Movement
  – A shift register provides the data movement
    function
  – A shift register “shifts” its output once every clock
    cycle


• A shift register is a group of flip-flops set up in
  a linear fashion with their inputs and outputs
  connected together in such a way that the data
  is shifted from one device to another when the
  circuit is active
                                                            2
Shift Register Applications
• converting between       • some counter
  serial data and            applications
  parallel data              – ring counter
• temporary storage in       – Johnson counter
  a processor                – Linear Feedback Shift
  – scratch-pad memories       Register (LFSR) counters
• some arithmetic          • time delay devices
  operations               • more …
  – multiply, divide
• communications
  – UART

                                                   3
Shift Register Characteristics
• Types
  – Serial-in, Serial-out
  – Serial-in, Parallel-out
  – Parallel-in, Serial-out
  – Parallel-in, Parallel-out
  – Universal                   n-bit shift
                                 register

• Direction
  – Left shift
  – Right shift
  – Rotate (right or left)
  – Bidirectional


                                              4
Data Movement
• The bits in a shift register can move in any of the
  following manners




                                                        5
Data Movement
• Block diagrams for shift registers with various
  input/output options:


                   n-bit shift                     n-bit shift
                    register                        register




     n-bit shift                     n-bit shift
      register                        register




                                                                 6
Serial-In Serial-Out
• Data bits come in one at a
  time and leave one at a time      n-bit shift
                                     register
• One Flip-Flop for each bit to
  be handled
• Movement can be left or
  right, but is usually only in a
  single direction in a given
  register
• Asynchronous preset and
  clear inputs are used to set
  initial values



                                                  7
Serial-In Serial-Out
• The logic circuit diagram below shows a
  generalized serial-in serial-out shift register
  – SR Flip-Flops are shown
  – Connected to behave as D Flip-Flops
  – Input values moved to outputs of each Flip-Flop
    with the clock (shift) pulse




                  N                      1   0



                      N-Bit Shift Register

                                                      8
Shift Registers
• The simplest shift register is one that uses only Flip-Flops
• The output of a given Flip-Flop is connected to the D input of the
  Flip-Flop at its right.
• Each clock pulse shifts the contents of the register one bit
  position to the right.
• The Serial input (SI) determines what goes into the leftmost Flip-
  Flop during the shift. The Serial output (SO) is taken from the
  output of the rightmost Flip-Flop.


                  Q         Q          Q          Q




                                                                       9
Serial-In Serial-Out
• A simple way of looking
  at the serial shifting
  operation, with a focus on      1

  the data bits, is illustrated
  at right                        2

• The 4-bit data word
  “1011” is to be shifted into    3
  a 4-bit shift register
• One shift per clock pulse       4
• Data is shown entering at
  left and shifting right
                                  5

                                      10
Serial-In Serial-Out
• The diagram at right
  shows the 4-bit
  sequence “1010”
  being loaded into the
  4-bit serial-in serial-
  out shift register
• Each bit moves one
  position to the right
  each time the clock’s
  leading edge occurs
• Four clock pulses
  loads the register
                                    11
Serial-In Serial-Out
• This diagram shows
  the 4-bit sequence
  “1010” as it is
  unloaded from the 4-
  bit serial-in serial-out
  shift register
• Each bit moves one
  position to the right
  each time the clock’s
  leading edge occurs
• Four clock pulses
  unloads the register
                                    12
Serial-In Serial-Out
• Serial-in, serial-out
  shift registers are
  often used for data
  communications
  – such as RS-232
  – modem transmission
    and reception
  – Ethernet links
  – SONET
  – etc.



                                      13
Serial-to-Parallel Conversion
• We often need to convert
  from serial to parallel            n-bit shift
                                      register
  – e.g., after receiving a series
    transmission
• The diagrams at the right
  illustrate a 4-bit serial-in
  parallel-out shift register
• Note that we could also use
  the Q of the right-most Flip-
  Flop as a serial-out output




                                                   14
Serial-to-Parallel Conversion
• We would use a
  serial-in parallel-out
  shift register of
  arbitrary length N to
  convert an N-bit word
  from serial to parallel
• It would require N
  clock pulses to LOAD
  and one clock pulse
  to UNLOAD


                                      15
Serial-to-Parallel Conversion
• These two shift
  registers are used
  to convert serial
  data to parallel data
• The upper shift
  register would
  “grab” the data
  once it was shifted
  into the lower
  register


                                      16
Parallel-to-Serial Conversion
• We use a Parallel-in Serial-out
  Shift Register                        n-bit shift
                                         register
• The DATA is applied in parallel
  form to the parallel input pins PA
  to PD of the register
• It is then read out sequentially
  from the register one bit at a time
  from PA to PD on each clock cycle
  in a serial format
• One clock pulse to load
• Four pulses to unload



                                                      17
Parallel-to-Serial Conversion
 • Logic circuit for a parallel-in, serial-out shift register



                                       0

                                       1

                                       0

                                       1



                                       0

                                       1
Mux-like
                                                                18
Parallel-In Parallel-Out
• Parallel-in Parallel-out Shift
  Registers can serve as a
  temporary storage device or
  as a time delay device
• The DATA is presented in a
  parallel format to the parallel
  input pins PA to PD and then
  shifted to the corresponding
  output pins QA to QD when
  the registers are clocked
• One clock pulse to load
• One pulse to unload


                                       19
Universal Shift Register
      • Universal shift register
      • Can do any combination of
        parallel and serial              n-bit shift
                                          register
        input/output operations
      • Requires additional inputs to
        specify desired function
      • Uses a Mux-like input gating



L/S                            L/S
      A                              0
                0        F       A
      B         1                B
                                     1




                                                       20
Universal Shift Register
• Parallel-in, parallel-out shift register



                                       0

                                       1

                                       0

                                       1



                                       0

                                       1
Mux-like
                                             21
Universal Shift Register
• Parallel shift register (can serve as converting
  parallel-in to serial-out shifter):




                                                 22
MSI Shift Registers
• 74LS164 is an 8-Bit Serial-
  In Parallel-Out Shift
  Register
• Typical Shift Frequency of
  35 MHz
• Asynchronous Master
  Reset
• Gated Serial Data Input
• Fully Synchronous Data
  Transfers




                                    23
MSI Shift Registers
• 74LS164 logic diagram




 A LOW level on the Master Reset (MR) input overrides all other
 inputs and clears the register asynchronously, forcing all Q outputs
 LOW.



                                                                 24
MSI Shift Registers
• 74LS164 8-Bit Serial-In Parallel-Out Shift
  Register




                                               25
MSI Shift Registers
• The 74LS164 is an edge-
  triggered 8-bit shift register with
  serial data entry and an output
  from each of the eight stages.
• Data is entered serially through
  one of two inputs (A or B);
  – either of these inputs can be used
    as an active HIGH Enable for data
    entry through the other input
  – an unused input must be tied HIGH,
    or both inputs connected together


                                         26
MSI Shift Registers
• Each LOW-to-HIGH transition on the Clock (CP) input
  shifts data one place to the right
• This also outputs at Q0 the logical AND of the two data
  inputs (A•B) that existed before the rising clock edge.




                                                    27
MSI Shift Registers




                      28
MSI Shift Registers
• 74LS166 is an 8-Bit Shift
  Register
• Parallel-in or serial-in
  – shift/load input establishes
    the parallel-in or serial-in
    mode
• Serial-out
• Synchronous Load
  – Serial data flow is inhibited
    during parallel loading
• Direct Overriding Clear




                                      29
MSI Shift Registers
• 74LS166 is an 8-Bit Shift Register




                                       30
MSI Shift Registers
• 74LS166 8-Bit Shift Register is a parallel-in or
  serial-in, serial-out shift register




                                                     31
MSI Shift Registers
• 74LS166 is an 8-Bit Shift
  Register




                                  32
MSI Shift Registers
• 74LS166 is an 8-Bit Shift Register




                                       33

Contenu connexe

Tendances (20)

Sequential Logic Circuit
Sequential Logic CircuitSequential Logic Circuit
Sequential Logic Circuit
 
Synchronous Counter
Synchronous Counter Synchronous Counter
Synchronous Counter
 
latches
 latches latches
latches
 
Flipflop
FlipflopFlipflop
Flipflop
 
Registers and counters
Registers and counters Registers and counters
Registers and counters
 
MULTIPLEXER
MULTIPLEXERMULTIPLEXER
MULTIPLEXER
 
Counters
CountersCounters
Counters
 
Multiplexers & Demultiplexers
Multiplexers & DemultiplexersMultiplexers & Demultiplexers
Multiplexers & Demultiplexers
 
Logic gates
Logic gatesLogic gates
Logic gates
 
Finite state machines
Finite state machinesFinite state machines
Finite state machines
 
Decoders
DecodersDecoders
Decoders
 
Encoder & Decoder
Encoder & DecoderEncoder & Decoder
Encoder & Decoder
 
Introduction to Counters
Introduction to CountersIntroduction to Counters
Introduction to Counters
 
8051 instruction set
8051 instruction set8051 instruction set
8051 instruction set
 
Ring counter
Ring counterRing counter
Ring counter
 
8086 micro processor
8086 micro processor8086 micro processor
8086 micro processor
 
Flip-Flop || Digital Electronics
Flip-Flop || Digital ElectronicsFlip-Flop || Digital Electronics
Flip-Flop || Digital Electronics
 
Basics of digital electronics
Basics of digital electronicsBasics of digital electronics
Basics of digital electronics
 
Digital Electronics - Counters
Digital Electronics - CountersDigital Electronics - Counters
Digital Electronics - Counters
 
Architecture of 8085 microprocessor
Architecture of 8085 microprocessorArchitecture of 8085 microprocessor
Architecture of 8085 microprocessor
 

En vedette

En vedette (12)

VHDL
VHDLVHDL
VHDL
 
Dlc{binary to gray code conversion} ppt
Dlc{binary to gray code conversion} pptDlc{binary to gray code conversion} ppt
Dlc{binary to gray code conversion} ppt
 
VHDL CODE
VHDL CODE VHDL CODE
VHDL CODE
 
Binary to grey code conversion
Binary to grey code conversionBinary to grey code conversion
Binary to grey code conversion
 
23 gray codes
23 gray codes23 gray codes
23 gray codes
 
Fpga
FpgaFpga
Fpga
 
BCD,GRAY and EXCESS 3 codes
BCD,GRAY and EXCESS 3 codesBCD,GRAY and EXCESS 3 codes
BCD,GRAY and EXCESS 3 codes
 
Programs of VHDL
Programs of VHDLPrograms of VHDL
Programs of VHDL
 
Introduction to FPGA, VHDL
Introduction to FPGA, VHDL  Introduction to FPGA, VHDL
Introduction to FPGA, VHDL
 
FPGA
FPGAFPGA
FPGA
 
Fundamentals of FPGA
Fundamentals of FPGAFundamentals of FPGA
Fundamentals of FPGA
 
FPGA
FPGAFPGA
FPGA
 

Similaire à Shift Registers

Similaire à Shift Registers (20)

lec17-130220024438-phpapp02 (1).pdf
lec17-130220024438-phpapp02 (1).pdflec17-130220024438-phpapp02 (1).pdf
lec17-130220024438-phpapp02 (1).pdf
 
14827 shift registers
14827 shift registers14827 shift registers
14827 shift registers
 
digital elctronics
digital elctronicsdigital elctronics
digital elctronics
 
shift_register.pptx
shift_register.pptxshift_register.pptx
shift_register.pptx
 
Unit4_DE.pptx
Unit4_DE.pptxUnit4_DE.pptx
Unit4_DE.pptx
 
Registers-shift registers
Registers-shift registersRegisters-shift registers
Registers-shift registers
 
Register in Digital Logic
Register in Digital LogicRegister in Digital Logic
Register in Digital Logic
 
Digital Electronics Unit_4_new.pptx
Digital Electronics Unit_4_new.pptxDigital Electronics Unit_4_new.pptx
Digital Electronics Unit_4_new.pptx
 
Digital Electronics – Unit III.pdf
Digital Electronics – Unit III.pdfDigital Electronics – Unit III.pdf
Digital Electronics – Unit III.pdf
 
lecture .pptx
lecture .pptxlecture .pptx
lecture .pptx
 
Sequential Circuits - Flip Flops (Part 2)
Sequential Circuits - Flip Flops (Part 2)Sequential Circuits - Flip Flops (Part 2)
Sequential Circuits - Flip Flops (Part 2)
 
CSL 202, Shift Registers using Flipflops
CSL 202, Shift Registers using FlipflopsCSL 202, Shift Registers using Flipflops
CSL 202, Shift Registers using Flipflops
 
Registers and Counters.ppt
Registers and Counters.pptRegisters and Counters.ppt
Registers and Counters.ppt
 
Ch2
Ch2Ch2
Ch2
 
FYBSC IT Digital Electronics Unit V Chapter II Shift Register
FYBSC IT Digital Electronics Unit V Chapter II Shift RegisterFYBSC IT Digital Electronics Unit V Chapter II Shift Register
FYBSC IT Digital Electronics Unit V Chapter II Shift Register
 
Chapter 8_Shift Registers (EEEg4302)1.pdf
Chapter 8_Shift Registers (EEEg4302)1.pdfChapter 8_Shift Registers (EEEg4302)1.pdf
Chapter 8_Shift Registers (EEEg4302)1.pdf
 
Registers
RegistersRegisters
Registers
 
Registers r011
Registers   r011Registers   r011
Registers r011
 
Synchronous Sequential Logic Unit 4
Synchronous Sequential Logic Unit 4Synchronous Sequential Logic Unit 4
Synchronous Sequential Logic Unit 4
 
Dns module3 p3
Dns module3 p3Dns module3 p3
Dns module3 p3
 

Plus de Abhilash Nair

Sequential Circuits - Flip Flops
Sequential Circuits - Flip FlopsSequential Circuits - Flip Flops
Sequential Circuits - Flip FlopsAbhilash Nair
 
Designing Clocked Synchronous State Machine
Designing Clocked Synchronous State MachineDesigning Clocked Synchronous State Machine
Designing Clocked Synchronous State MachineAbhilash Nair
 
VHDL - Enumerated Types (Part 3)
VHDL - Enumerated Types (Part 3)VHDL - Enumerated Types (Part 3)
VHDL - Enumerated Types (Part 3)Abhilash Nair
 
Introduction to VHDL - Part 1
Introduction to VHDL - Part 1Introduction to VHDL - Part 1
Introduction to VHDL - Part 1Abhilash Nair
 
Feedback Sequential Circuits
Feedback Sequential CircuitsFeedback Sequential Circuits
Feedback Sequential CircuitsAbhilash Nair
 
Designing State Machine
Designing State MachineDesigning State Machine
Designing State MachineAbhilash Nair
 
State Machine Design and Synthesis
State Machine Design and SynthesisState Machine Design and Synthesis
State Machine Design and SynthesisAbhilash Nair
 
Synchronous design process
Synchronous design processSynchronous design process
Synchronous design processAbhilash Nair
 
Analysis of state machines & Conversion of models
Analysis of state machines & Conversion of modelsAnalysis of state machines & Conversion of models
Analysis of state machines & Conversion of modelsAbhilash Nair
 
Analysis of state machines
Analysis of state machinesAnalysis of state machines
Analysis of state machinesAbhilash Nair
 
Sequential Circuits - Flip Flops (Part 1)
Sequential Circuits - Flip Flops (Part 1)Sequential Circuits - Flip Flops (Part 1)
Sequential Circuits - Flip Flops (Part 1)Abhilash Nair
 
Static and Dynamic Read/Write memories
Static and Dynamic Read/Write memoriesStatic and Dynamic Read/Write memories
Static and Dynamic Read/Write memoriesAbhilash Nair
 

Plus de Abhilash Nair (20)

Sequential Circuits - Flip Flops
Sequential Circuits - Flip FlopsSequential Circuits - Flip Flops
Sequential Circuits - Flip Flops
 
VHDL Part 4
VHDL Part 4VHDL Part 4
VHDL Part 4
 
Designing Clocked Synchronous State Machine
Designing Clocked Synchronous State MachineDesigning Clocked Synchronous State Machine
Designing Clocked Synchronous State Machine
 
MSI Shift Registers
MSI Shift RegistersMSI Shift Registers
MSI Shift Registers
 
VHDL - Enumerated Types (Part 3)
VHDL - Enumerated Types (Part 3)VHDL - Enumerated Types (Part 3)
VHDL - Enumerated Types (Part 3)
 
VHDL - Part 2
VHDL - Part 2VHDL - Part 2
VHDL - Part 2
 
Introduction to VHDL - Part 1
Introduction to VHDL - Part 1Introduction to VHDL - Part 1
Introduction to VHDL - Part 1
 
Feedback Sequential Circuits
Feedback Sequential CircuitsFeedback Sequential Circuits
Feedback Sequential Circuits
 
Designing State Machine
Designing State MachineDesigning State Machine
Designing State Machine
 
State Machine Design and Synthesis
State Machine Design and SynthesisState Machine Design and Synthesis
State Machine Design and Synthesis
 
Synchronous design process
Synchronous design processSynchronous design process
Synchronous design process
 
Analysis of state machines & Conversion of models
Analysis of state machines & Conversion of modelsAnalysis of state machines & Conversion of models
Analysis of state machines & Conversion of models
 
Analysis of state machines
Analysis of state machinesAnalysis of state machines
Analysis of state machines
 
Sequential Circuits - Flip Flops (Part 1)
Sequential Circuits - Flip Flops (Part 1)Sequential Circuits - Flip Flops (Part 1)
Sequential Circuits - Flip Flops (Part 1)
 
FPLDs
FPLDsFPLDs
FPLDs
 
CPLDs
CPLDsCPLDs
CPLDs
 
CPLD & FPLD
CPLD & FPLDCPLD & FPLD
CPLD & FPLD
 
CPLDs
CPLDsCPLDs
CPLDs
 
CPLDs
CPLDsCPLDs
CPLDs
 
Static and Dynamic Read/Write memories
Static and Dynamic Read/Write memoriesStatic and Dynamic Read/Write memories
Static and Dynamic Read/Write memories
 

Dernier

Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxNikitaBankoti2
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 

Dernier (20)

Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 

Shift Registers

  • 1. EET 3350 Digital Systems Design Textbook: John Wakerly Chapter 8: 8.5 Shift Registers 1
  • 2. Definition • A register is a digital circuit with two basic functions: Data Storage and Data Movement – A shift register provides the data movement function – A shift register “shifts” its output once every clock cycle • A shift register is a group of flip-flops set up in a linear fashion with their inputs and outputs connected together in such a way that the data is shifted from one device to another when the circuit is active 2
  • 3. Shift Register Applications • converting between • some counter serial data and applications parallel data – ring counter • temporary storage in – Johnson counter a processor – Linear Feedback Shift – scratch-pad memories Register (LFSR) counters • some arithmetic • time delay devices operations • more … – multiply, divide • communications – UART 3
  • 4. Shift Register Characteristics • Types – Serial-in, Serial-out – Serial-in, Parallel-out – Parallel-in, Serial-out – Parallel-in, Parallel-out – Universal n-bit shift register • Direction – Left shift – Right shift – Rotate (right or left) – Bidirectional 4
  • 5. Data Movement • The bits in a shift register can move in any of the following manners 5
  • 6. Data Movement • Block diagrams for shift registers with various input/output options: n-bit shift n-bit shift register register n-bit shift n-bit shift register register 6
  • 7. Serial-In Serial-Out • Data bits come in one at a time and leave one at a time n-bit shift register • One Flip-Flop for each bit to be handled • Movement can be left or right, but is usually only in a single direction in a given register • Asynchronous preset and clear inputs are used to set initial values 7
  • 8. Serial-In Serial-Out • The logic circuit diagram below shows a generalized serial-in serial-out shift register – SR Flip-Flops are shown – Connected to behave as D Flip-Flops – Input values moved to outputs of each Flip-Flop with the clock (shift) pulse N 1 0 N-Bit Shift Register 8
  • 9. Shift Registers • The simplest shift register is one that uses only Flip-Flops • The output of a given Flip-Flop is connected to the D input of the Flip-Flop at its right. • Each clock pulse shifts the contents of the register one bit position to the right. • The Serial input (SI) determines what goes into the leftmost Flip- Flop during the shift. The Serial output (SO) is taken from the output of the rightmost Flip-Flop. Q Q Q Q 9
  • 10. Serial-In Serial-Out • A simple way of looking at the serial shifting operation, with a focus on 1 the data bits, is illustrated at right 2 • The 4-bit data word “1011” is to be shifted into 3 a 4-bit shift register • One shift per clock pulse 4 • Data is shown entering at left and shifting right 5 10
  • 11. Serial-In Serial-Out • The diagram at right shows the 4-bit sequence “1010” being loaded into the 4-bit serial-in serial- out shift register • Each bit moves one position to the right each time the clock’s leading edge occurs • Four clock pulses loads the register 11
  • 12. Serial-In Serial-Out • This diagram shows the 4-bit sequence “1010” as it is unloaded from the 4- bit serial-in serial-out shift register • Each bit moves one position to the right each time the clock’s leading edge occurs • Four clock pulses unloads the register 12
  • 13. Serial-In Serial-Out • Serial-in, serial-out shift registers are often used for data communications – such as RS-232 – modem transmission and reception – Ethernet links – SONET – etc. 13
  • 14. Serial-to-Parallel Conversion • We often need to convert from serial to parallel n-bit shift register – e.g., after receiving a series transmission • The diagrams at the right illustrate a 4-bit serial-in parallel-out shift register • Note that we could also use the Q of the right-most Flip- Flop as a serial-out output 14
  • 15. Serial-to-Parallel Conversion • We would use a serial-in parallel-out shift register of arbitrary length N to convert an N-bit word from serial to parallel • It would require N clock pulses to LOAD and one clock pulse to UNLOAD 15
  • 16. Serial-to-Parallel Conversion • These two shift registers are used to convert serial data to parallel data • The upper shift register would “grab” the data once it was shifted into the lower register 16
  • 17. Parallel-to-Serial Conversion • We use a Parallel-in Serial-out Shift Register n-bit shift register • The DATA is applied in parallel form to the parallel input pins PA to PD of the register • It is then read out sequentially from the register one bit at a time from PA to PD on each clock cycle in a serial format • One clock pulse to load • Four pulses to unload 17
  • 18. Parallel-to-Serial Conversion • Logic circuit for a parallel-in, serial-out shift register 0 1 0 1 0 1 Mux-like 18
  • 19. Parallel-In Parallel-Out • Parallel-in Parallel-out Shift Registers can serve as a temporary storage device or as a time delay device • The DATA is presented in a parallel format to the parallel input pins PA to PD and then shifted to the corresponding output pins QA to QD when the registers are clocked • One clock pulse to load • One pulse to unload 19
  • 20. Universal Shift Register • Universal shift register • Can do any combination of parallel and serial n-bit shift register input/output operations • Requires additional inputs to specify desired function • Uses a Mux-like input gating L/S L/S A 0 0 F A B 1 B 1 20
  • 21. Universal Shift Register • Parallel-in, parallel-out shift register 0 1 0 1 0 1 Mux-like 21
  • 22. Universal Shift Register • Parallel shift register (can serve as converting parallel-in to serial-out shifter): 22
  • 23. MSI Shift Registers • 74LS164 is an 8-Bit Serial- In Parallel-Out Shift Register • Typical Shift Frequency of 35 MHz • Asynchronous Master Reset • Gated Serial Data Input • Fully Synchronous Data Transfers 23
  • 24. MSI Shift Registers • 74LS164 logic diagram A LOW level on the Master Reset (MR) input overrides all other inputs and clears the register asynchronously, forcing all Q outputs LOW. 24
  • 25. MSI Shift Registers • 74LS164 8-Bit Serial-In Parallel-Out Shift Register 25
  • 26. MSI Shift Registers • The 74LS164 is an edge- triggered 8-bit shift register with serial data entry and an output from each of the eight stages. • Data is entered serially through one of two inputs (A or B); – either of these inputs can be used as an active HIGH Enable for data entry through the other input – an unused input must be tied HIGH, or both inputs connected together 26
  • 27. MSI Shift Registers • Each LOW-to-HIGH transition on the Clock (CP) input shifts data one place to the right • This also outputs at Q0 the logical AND of the two data inputs (A•B) that existed before the rising clock edge. 27
  • 29. MSI Shift Registers • 74LS166 is an 8-Bit Shift Register • Parallel-in or serial-in – shift/load input establishes the parallel-in or serial-in mode • Serial-out • Synchronous Load – Serial data flow is inhibited during parallel loading • Direct Overriding Clear 29
  • 30. MSI Shift Registers • 74LS166 is an 8-Bit Shift Register 30
  • 31. MSI Shift Registers • 74LS166 8-Bit Shift Register is a parallel-in or serial-in, serial-out shift register 31
  • 32. MSI Shift Registers • 74LS166 is an 8-Bit Shift Register 32
  • 33. MSI Shift Registers • 74LS166 is an 8-Bit Shift Register 33