SlideShare a Scribd company logo
2
Most read
4
Most read
7
Most read
1
ASYNCHRONOUS DATA TRANSFER
Synchronous and Asynchronous Operations
1. Synchronous Operations:- All devices derive the timing information
from clock line.
2. Asynchronous Operations:- No common clock
Asynchronous data transfer:-
Asynchronous data transfer between two independent units requires that
control signals be transmitted between the communicating units to indicate
the time at which data is being transmitted.
Two Asynchronous Data Transfer methods:-
Strobe Pulse:- It is supplied by one unit to indicate the other unit when the
transfer has to occur.
Handshaking:- A control signal is accompanied with each data being
transmitted to indicate the presence of data. The receiving unit responds
with another control signal to acknowledge receipt of data.
The strobe pulse method and the handshaking method of asynchronous
data transfer are not restricted to I/O transfers. In fact, they are used
extensively on numerous occasions requiring the transfer of data between
two independent units. In the general case we consider the transmitting unit
as the source and the receiving unit as the destination.
For example, the CPU is the source unit during an output or a write
transfer and it is the destination unit during an input or a read transfer.
Strobe Control
This method of asynchronous data transfer uses a single control line to time
each transfer. The strobe may be activated by the source or the destination
unit.
i) Source Initiated Data Transfer:
The data bus carries the information from source to destination. The strobe
is a single line. The signal on this line informs the destination unit when a
data word is available in the bus.
The strobe signal is given after a brief delay, after placing the data on the
data bus. A brief period after the strobe pulse is disabled the source stops
sending the data.
2
Source-initiated strobe for data transfer
(ii) Destination Initiated Data Transfer:
In this case the destination unit activates the strobe pulse informing the
source to send data. The source places the data on the data bus. The
transmission is stopped briefly after the strobe pulse is removed.
The disadvantage of the strobe is that the source unit that initiates the
transfer has no way of knowing whether the destination unit has received
the data or not. Similarly if the destination initiates the transfer it has no
way of knowing whether the source unit has placed data on the bus or not.
This difficulty is solved by using hand shaking method of data transfer.
Destination-initiated strobe for data transfer
3
HANDSHAKING
In Strobe Methods
Source-Initiated
The source unit that initiates the transfer has no way of knowing
whether the destination unit has actually received data.
Destination-Initiated
The destination unit that initiates the transfer no way of knowing
whether the source has actually placed the data on the bus.
To solve this problem, the HANDSHAKE method introduces a second control
signal to provide a Reply to the unit that initiates the transfer.
SOURCE-INITIATED TRANSFER USING HANDSHAKE
4
Source-initiated transfer using Handshaking
 Allows arbitrary delays from one state to the next
 Permits each unit to respond at its own data transfer rate
 The rate of transfer is determined by the slower unit
DESTINATION-INITIATED TRANSFER USING HANDSHAKE
5
Destination-initiated Transfer using Handshaking
Handshaking provides a high degree of flexibility and reliability because the
successful completion of a data transfer relies on active participation by
both units.
If one unit is faulty, data transfer will not be completed and can be detected
by means of a timeout mechanism
ASYNCHRNOUS SERIAL TRANSFER
Data transfer between two units can be parallel or serial. In parallel data
transmission, each bit has its own path and the total message is
transmitted at the same time. In serial data transmission, each bit is sent in
sequence one at a time.
Parallel transmission is faster but requires many wires. So we use it for
short distances and where speed is important. Serial transmission is slower
but is less expensive.
Serial transmission can be synchronous or asynchronous. In synchronous
transmission, the two units share a common clock frequency and bits are
transmitted continuously at the rate dictated by the clock pulses.
In long distant serial transmission, each unit is driven by a separate clock of
the same frequency.
Synchronization signals are transmitted periodically between the two units
to keep their clocks in step with each other. In asynchronous transmission,
binary information is sent only when it is available and the line remains idle
when there is no information to be transmitted.
6
This is in contrast to synchronous transmission, where bits must be
transmitted continuously to keep the clock frequency in both units
synchronized with each other.
A serial asynchronous data transmission technique used in many
interactive terminals employs special bits that are inserted at both ends of
the character code.
With this technique, each character consists of three parts: a start bit, the
character bits, and stop bits. The convention is that the transmitter rests
at the 1-state when no characters are transmitted. The first bit, called the
start bit, is always a 0 and is used to indicate the beginning of a character.
The last bit called the stop bit is always a 1.
Receiver can detect a transmitted character from knowledge of the
transmission rules:
1. When a character is not being sent, the line is in the state 1.
2. The initiation of a character transmission is detected from the start
bit, which is always 0.
3. The character bits always follow the start bit.
4. After the last bit of the character is transmitted, a stop bit is detected
when the line returns to the I-state for at least one bit time.
ASYNCHRONOUS COMMUNICATION INTERFACE
It acts as both a transmitter and a receiver.
The interface is initialized for a particular mode of transfer by means of a
control byte that is loaded into its control register.
7
The transmitter register accepts a data byte from the CPU through the data
bus. This byte is transferred to a shift register for serial transmission.
The receiver portion receives serial information into an- other shift register,
and when a complete data byte is accumulated, it is transferred to the
receiver register.
The CPU can select the receiver register to read the byte through the data
bus. The bits in the status register are used for input and output flags and
for recording certain errors that may occur during the transmission.
The CPU can read the status register to check the status of the flag bits and
to determine if any errors have occurred. The chip select and the read and
write control lines communicate with the CPU.
The chip select (CS) input is used to select the interface through the address
bus.
The register select (RS) is associated with the read (RD) and write (WR)
controls.
Two registers are write-only and two are read-only. The register selected is a
function of the RS value and the RD and WR status, as listed in the table
accompanying the diagram.
8
FIRST IN FIRST OUT BUFFER
A First-in First-out buffer is a memory unit that stores information in such a
way that the item first-in is the item first-out. FIFO buffer comes with
separate input and output terminals. The important feature of this is it can
input data and output data at two different rates and the order of data
remains same. When placed between two units it receives data from source
in one data rate and delivers the data to destination in another rate. This
will be useful for proper data transfer between two different rate of transfer
devices.
9
When flip-flop Fi is set to 1, a 4-bit data will be stored in the corresponding
Register RI. A 0 in the flip-flop Fi indeicates there is no valid data in the
corresponding Register. Whenever the Fi bit of the control register is set and
Fi+1 bit is reset, a clock is generated causing register R(I+1) to accept the
data from the register RI. The same transition makes Fi to reset and Fi+1 to
set. Then the same process is repeated to the next stage and this ripple-
through operation makes the data to move on to the last stage. After that
the overall master clear is used to initialize all control register flip-flops to 0.

More Related Content

PPTX
Input output interface
Christ University
 
PDF
II BCA JAVA PROGRAMMING NOTES FOR FIVE UNITS.pdf
rajeswaria21
 
PPTX
Asynchronous data transfer
priya Nithya
 
PPT
Professional Ethics in Engineering
Nandakumar P
 
PPTX
Micro Programmed Control Unit
Kamal Acharya
 
PPTX
CMOS Logic
Sudhanshu Janwadkar
 
PPTX
Cmos
sriharia6
 
PPT
computers in education
Rahul Kumar Jaiswal
 
Input output interface
Christ University
 
II BCA JAVA PROGRAMMING NOTES FOR FIVE UNITS.pdf
rajeswaria21
 
Asynchronous data transfer
priya Nithya
 
Professional Ethics in Engineering
Nandakumar P
 
Micro Programmed Control Unit
Kamal Acharya
 
Cmos
sriharia6
 
computers in education
Rahul Kumar Jaiswal
 

What's hot (20)

PPTX
MODES OF TRANSFER.pptx
22X047SHRISANJAYM
 
PPTX
Stack organization
chauhankapil
 
PPTX
Computer arithmetic
Balakrishna Chowdary
 
PPT
Unit 6 interprocessor arbitration
Dipesh Vaya
 
PPTX
8257 DMA Controller
ShivamSood22
 
PPTX
Input Output Organization
Kamal Acharya
 
PPTX
Microprogrammed Control Unit
PreethiSureshkumar1
 
PPT
Microprogram Control
Anuj Modi
 
PPTX
bus and memory tranfer (computer organaization)
Siddhi Viradiya
 
PPTX
Byte and string manipulation 8086
mpsrekha83
 
PPTX
Register Organisation of 8086 Microprocessor
Nikhil Kumar
 
PPTX
Flags registers
saman Iftikhar
 
PDF
8086 modes
PDFSHARE
 
PPTX
Computer architecture instruction formats
Mazin Alwaaly
 
PPTX
Stack and subroutine
Suchismita Paul
 
PPT
Computer architecture pipelining
Mazin Alwaaly
 
PPTX
Memory Reference Instructions
Rabin BK
 
PPTX
Assembly language
shashank puthran
 
PPT
Input output organization
abdulugc
 
PPTX
instruction format and addressing modes
RamaPrabha24
 
MODES OF TRANSFER.pptx
22X047SHRISANJAYM
 
Stack organization
chauhankapil
 
Computer arithmetic
Balakrishna Chowdary
 
Unit 6 interprocessor arbitration
Dipesh Vaya
 
8257 DMA Controller
ShivamSood22
 
Input Output Organization
Kamal Acharya
 
Microprogrammed Control Unit
PreethiSureshkumar1
 
Microprogram Control
Anuj Modi
 
bus and memory tranfer (computer organaization)
Siddhi Viradiya
 
Byte and string manipulation 8086
mpsrekha83
 
Register Organisation of 8086 Microprocessor
Nikhil Kumar
 
Flags registers
saman Iftikhar
 
8086 modes
PDFSHARE
 
Computer architecture instruction formats
Mazin Alwaaly
 
Stack and subroutine
Suchismita Paul
 
Computer architecture pipelining
Mazin Alwaaly
 
Memory Reference Instructions
Rabin BK
 
Assembly language
shashank puthran
 
Input output organization
abdulugc
 
instruction format and addressing modes
RamaPrabha24
 
Ad

Similar to Asynchronous data transfer (20)

PPTX
Presentation dfa.pptx
Dineshkumar494561
 
PPTX
INTERFACE UNIT IV.pptx
NidaKhan232565
 
PPTX
COA asynchronous data transfer
mitalimaniyar
 
PDF
Embedded Communications Protocols UNIT 3PDF.pdf
kanyaakiran
 
PPTX
data transmission
Sadaf Rasheed
 
PPT
296617668-Asynchronous-Data-Transfer.ppt
MansiSharma961771
 
PPT
Lecture 10
Sehrish Rafiq
 
DOCX
Uart receiver
Shahrukh Javed
 
PPTX
DATA TRANSMISSION, Synchronous & Asynchronous Data Transfer
Jabbar Tunyo
 
PPTX
Asynchronous Data Transfer.pptx
ArunaDevi63
 
PDF
SPI AND UART COMMUNICATION PROTOCOLS
DHIVYA MANI
 
PPT
Serial transmission
Piyush Rochwani
 
PPTX
Module-4 gitam engineering 3rd PPT.pptx
tvishayeeda98
 
PPT
Types of Data-Transmission between logical devices.ppt
alexander gono
 
PPTX
COA_UNIT-4_NOTES.pptxtdvyunbuubbubufjfgn
harshavardhank2003
 
PPTX
10.data transmission
Deepak Sharma
 
PDF
Design and implementation of uart on soc
Ijrdt Journal
 
PPTX
Uart
Aditee Apurvaa
 
PPTX
8251 USART.pptx
MeenaAnusha1
 
Presentation dfa.pptx
Dineshkumar494561
 
INTERFACE UNIT IV.pptx
NidaKhan232565
 
COA asynchronous data transfer
mitalimaniyar
 
Embedded Communications Protocols UNIT 3PDF.pdf
kanyaakiran
 
data transmission
Sadaf Rasheed
 
296617668-Asynchronous-Data-Transfer.ppt
MansiSharma961771
 
Lecture 10
Sehrish Rafiq
 
Uart receiver
Shahrukh Javed
 
DATA TRANSMISSION, Synchronous & Asynchronous Data Transfer
Jabbar Tunyo
 
Asynchronous Data Transfer.pptx
ArunaDevi63
 
SPI AND UART COMMUNICATION PROTOCOLS
DHIVYA MANI
 
Serial transmission
Piyush Rochwani
 
Module-4 gitam engineering 3rd PPT.pptx
tvishayeeda98
 
Types of Data-Transmission between logical devices.ppt
alexander gono
 
COA_UNIT-4_NOTES.pptxtdvyunbuubbubufjfgn
harshavardhank2003
 
10.data transmission
Deepak Sharma
 
Design and implementation of uart on soc
Ijrdt Journal
 
8251 USART.pptx
MeenaAnusha1
 
Ad

More from NancyBeaulah_R (12)

PDF
Addressing Modes
NancyBeaulah_R
 
PPTX
Common Bus System.pptx
NancyBeaulah_R
 
PPTX
Computer Registers.pptx
NancyBeaulah_R
 
PPTX
Machine Learning.pptx
NancyBeaulah_R
 
PPTX
Chapter 1 2 - some size factors
NancyBeaulah_R
 
PPTX
Chapter 1 1 - intro ppt
NancyBeaulah_R
 
PDF
Associative memory
NancyBeaulah_R
 
PDF
Memory hierarchy
NancyBeaulah_R
 
PPTX
Software maintenance
NancyBeaulah_R
 
PPTX
Walkthroughs
NancyBeaulah_R
 
PPTX
Quality and productivity factors
NancyBeaulah_R
 
PDF
Programming team structure
NancyBeaulah_R
 
Addressing Modes
NancyBeaulah_R
 
Common Bus System.pptx
NancyBeaulah_R
 
Computer Registers.pptx
NancyBeaulah_R
 
Machine Learning.pptx
NancyBeaulah_R
 
Chapter 1 2 - some size factors
NancyBeaulah_R
 
Chapter 1 1 - intro ppt
NancyBeaulah_R
 
Associative memory
NancyBeaulah_R
 
Memory hierarchy
NancyBeaulah_R
 
Software maintenance
NancyBeaulah_R
 
Walkthroughs
NancyBeaulah_R
 
Quality and productivity factors
NancyBeaulah_R
 
Programming team structure
NancyBeaulah_R
 

Recently uploaded (20)

PDF
2.Reshaping-Indias-Political-Map.ppt/pdf/8th class social science Exploring S...
Sandeep Swamy
 
PDF
Virat Kohli- the Pride of Indian cricket
kushpar147
 
PDF
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Nguyen Thanh Tu Collection
 
PPTX
Artificial-Intelligence-in-Drug-Discovery by R D Jawarkar.pptx
Rahul Jawarkar
 
PDF
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
PPTX
Kanban Cards _ Mass Action in Odoo 18.2 - Odoo Slides
Celine George
 
PPTX
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
PPTX
BASICS IN COMPUTER APPLICATIONS - UNIT I
suganthim28
 
PPTX
How to Manage Leads in Odoo 18 CRM - Odoo Slides
Celine George
 
PDF
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
PPTX
Care of patients with elImination deviation.pptx
AneetaSharma15
 
PDF
Antianginal agents, Definition, Classification, MOA.pdf
Prerana Jadhav
 
PPTX
Measures_of_location_-_Averages_and__percentiles_by_DR SURYA K.pptx
Surya Ganesh
 
PDF
Health-The-Ultimate-Treasure (1).pdf/8th class science curiosity /samyans edu...
Sandeep Swamy
 
PPTX
HEALTH CARE DELIVERY SYSTEM - UNIT 2 - GNM 3RD YEAR.pptx
Priyanshu Anand
 
PPTX
Five Point Someone – Chetan Bhagat | Book Summary & Analysis by Bhupesh Kushwaha
Bhupesh Kushwaha
 
PPTX
How to Apply for a Job From Odoo 18 Website
Celine George
 
DOCX
pgdei-UNIT -V Neurological Disorders & developmental disabilities
JELLA VISHNU DURGA PRASAD
 
DOCX
Modul Ajar Deep Learning Bahasa Inggris Kelas 11 Terbaru 2025
wahyurestu63
 
PPTX
TEF & EA Bsc Nursing 5th sem.....BBBpptx
AneetaSharma15
 
2.Reshaping-Indias-Political-Map.ppt/pdf/8th class social science Exploring S...
Sandeep Swamy
 
Virat Kohli- the Pride of Indian cricket
kushpar147
 
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Nguyen Thanh Tu Collection
 
Artificial-Intelligence-in-Drug-Discovery by R D Jawarkar.pptx
Rahul Jawarkar
 
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
Kanban Cards _ Mass Action in Odoo 18.2 - Odoo Slides
Celine George
 
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
BASICS IN COMPUTER APPLICATIONS - UNIT I
suganthim28
 
How to Manage Leads in Odoo 18 CRM - Odoo Slides
Celine George
 
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
Care of patients with elImination deviation.pptx
AneetaSharma15
 
Antianginal agents, Definition, Classification, MOA.pdf
Prerana Jadhav
 
Measures_of_location_-_Averages_and__percentiles_by_DR SURYA K.pptx
Surya Ganesh
 
Health-The-Ultimate-Treasure (1).pdf/8th class science curiosity /samyans edu...
Sandeep Swamy
 
HEALTH CARE DELIVERY SYSTEM - UNIT 2 - GNM 3RD YEAR.pptx
Priyanshu Anand
 
Five Point Someone – Chetan Bhagat | Book Summary & Analysis by Bhupesh Kushwaha
Bhupesh Kushwaha
 
How to Apply for a Job From Odoo 18 Website
Celine George
 
pgdei-UNIT -V Neurological Disorders & developmental disabilities
JELLA VISHNU DURGA PRASAD
 
Modul Ajar Deep Learning Bahasa Inggris Kelas 11 Terbaru 2025
wahyurestu63
 
TEF & EA Bsc Nursing 5th sem.....BBBpptx
AneetaSharma15
 

Asynchronous data transfer

  • 1. 1 ASYNCHRONOUS DATA TRANSFER Synchronous and Asynchronous Operations 1. Synchronous Operations:- All devices derive the timing information from clock line. 2. Asynchronous Operations:- No common clock Asynchronous data transfer:- Asynchronous data transfer between two independent units requires that control signals be transmitted between the communicating units to indicate the time at which data is being transmitted. Two Asynchronous Data Transfer methods:- Strobe Pulse:- It is supplied by one unit to indicate the other unit when the transfer has to occur. Handshaking:- A control signal is accompanied with each data being transmitted to indicate the presence of data. The receiving unit responds with another control signal to acknowledge receipt of data. The strobe pulse method and the handshaking method of asynchronous data transfer are not restricted to I/O transfers. In fact, they are used extensively on numerous occasions requiring the transfer of data between two independent units. In the general case we consider the transmitting unit as the source and the receiving unit as the destination. For example, the CPU is the source unit during an output or a write transfer and it is the destination unit during an input or a read transfer. Strobe Control This method of asynchronous data transfer uses a single control line to time each transfer. The strobe may be activated by the source or the destination unit. i) Source Initiated Data Transfer: The data bus carries the information from source to destination. The strobe is a single line. The signal on this line informs the destination unit when a data word is available in the bus. The strobe signal is given after a brief delay, after placing the data on the data bus. A brief period after the strobe pulse is disabled the source stops sending the data.
  • 2. 2 Source-initiated strobe for data transfer (ii) Destination Initiated Data Transfer: In this case the destination unit activates the strobe pulse informing the source to send data. The source places the data on the data bus. The transmission is stopped briefly after the strobe pulse is removed. The disadvantage of the strobe is that the source unit that initiates the transfer has no way of knowing whether the destination unit has received the data or not. Similarly if the destination initiates the transfer it has no way of knowing whether the source unit has placed data on the bus or not. This difficulty is solved by using hand shaking method of data transfer. Destination-initiated strobe for data transfer
  • 3. 3 HANDSHAKING In Strobe Methods Source-Initiated The source unit that initiates the transfer has no way of knowing whether the destination unit has actually received data. Destination-Initiated The destination unit that initiates the transfer no way of knowing whether the source has actually placed the data on the bus. To solve this problem, the HANDSHAKE method introduces a second control signal to provide a Reply to the unit that initiates the transfer. SOURCE-INITIATED TRANSFER USING HANDSHAKE
  • 4. 4 Source-initiated transfer using Handshaking  Allows arbitrary delays from one state to the next  Permits each unit to respond at its own data transfer rate  The rate of transfer is determined by the slower unit DESTINATION-INITIATED TRANSFER USING HANDSHAKE
  • 5. 5 Destination-initiated Transfer using Handshaking Handshaking provides a high degree of flexibility and reliability because the successful completion of a data transfer relies on active participation by both units. If one unit is faulty, data transfer will not be completed and can be detected by means of a timeout mechanism ASYNCHRNOUS SERIAL TRANSFER Data transfer between two units can be parallel or serial. In parallel data transmission, each bit has its own path and the total message is transmitted at the same time. In serial data transmission, each bit is sent in sequence one at a time. Parallel transmission is faster but requires many wires. So we use it for short distances and where speed is important. Serial transmission is slower but is less expensive. Serial transmission can be synchronous or asynchronous. In synchronous transmission, the two units share a common clock frequency and bits are transmitted continuously at the rate dictated by the clock pulses. In long distant serial transmission, each unit is driven by a separate clock of the same frequency. Synchronization signals are transmitted periodically between the two units to keep their clocks in step with each other. In asynchronous transmission, binary information is sent only when it is available and the line remains idle when there is no information to be transmitted.
  • 6. 6 This is in contrast to synchronous transmission, where bits must be transmitted continuously to keep the clock frequency in both units synchronized with each other. A serial asynchronous data transmission technique used in many interactive terminals employs special bits that are inserted at both ends of the character code. With this technique, each character consists of three parts: a start bit, the character bits, and stop bits. The convention is that the transmitter rests at the 1-state when no characters are transmitted. The first bit, called the start bit, is always a 0 and is used to indicate the beginning of a character. The last bit called the stop bit is always a 1. Receiver can detect a transmitted character from knowledge of the transmission rules: 1. When a character is not being sent, the line is in the state 1. 2. The initiation of a character transmission is detected from the start bit, which is always 0. 3. The character bits always follow the start bit. 4. After the last bit of the character is transmitted, a stop bit is detected when the line returns to the I-state for at least one bit time. ASYNCHRONOUS COMMUNICATION INTERFACE It acts as both a transmitter and a receiver. The interface is initialized for a particular mode of transfer by means of a control byte that is loaded into its control register.
  • 7. 7 The transmitter register accepts a data byte from the CPU through the data bus. This byte is transferred to a shift register for serial transmission. The receiver portion receives serial information into an- other shift register, and when a complete data byte is accumulated, it is transferred to the receiver register. The CPU can select the receiver register to read the byte through the data bus. The bits in the status register are used for input and output flags and for recording certain errors that may occur during the transmission. The CPU can read the status register to check the status of the flag bits and to determine if any errors have occurred. The chip select and the read and write control lines communicate with the CPU. The chip select (CS) input is used to select the interface through the address bus. The register select (RS) is associated with the read (RD) and write (WR) controls. Two registers are write-only and two are read-only. The register selected is a function of the RS value and the RD and WR status, as listed in the table accompanying the diagram.
  • 8. 8 FIRST IN FIRST OUT BUFFER A First-in First-out buffer is a memory unit that stores information in such a way that the item first-in is the item first-out. FIFO buffer comes with separate input and output terminals. The important feature of this is it can input data and output data at two different rates and the order of data remains same. When placed between two units it receives data from source in one data rate and delivers the data to destination in another rate. This will be useful for proper data transfer between two different rate of transfer devices.
  • 9. 9 When flip-flop Fi is set to 1, a 4-bit data will be stored in the corresponding Register RI. A 0 in the flip-flop Fi indeicates there is no valid data in the corresponding Register. Whenever the Fi bit of the control register is set and Fi+1 bit is reset, a clock is generated causing register R(I+1) to accept the data from the register RI. The same transition makes Fi to reset and Fi+1 to set. Then the same process is repeated to the next stage and this ripple- through operation makes the data to move on to the last stage. After that the overall master clear is used to initialize all control register flip-flops to 0.