Open In App

Asynchronous Sequential Circuits

Improve
Improve
Like Article
Like
Save
Share
Report

Prerequisite – Introduction of Sequential Circuits 

Asynchronous sequential circuits, also known as self-timed or ripple-clock circuits, are digital circuits that do not use a clock signal to determine the timing of their operations. Instead, the state of the circuit changes in response to changes in the inputs.

  1. In an asynchronous sequential circuit, each flip-flop has a different set of inputs and outputs, and the state of the circuit is determined by the outputs of the flip-flops. The state transition function, which is a Boolean function that describes the behavior of the circuit, determines the next state of the circuit based on the current inputs and the previous state stored in the flip-flops.
  2. Asynchronous sequential circuits are used in digital systems to implement state machines, which are digital circuits that change their output based on the current state and the inputs. They are commonly used in applications that require low power consumption or where a clock signal is not available or practical to use.
  3. In summary, asynchronous sequential circuits are digital circuits that do not use a clock signal to determine the timing of their operations. They are used in digital systems to implement state machines and are commonly used in applications that require low power consumption or where a clock signal is not available or practical to use.

Sequential circuits are those which use previous and current input variables by storing their information and placing them back into the circuit on the next clock (activation) cycle. 

There are two types of input to the combinational logic. External inputs which come from outside the circuit design are not controlled by the circuit Internal inputs are functions of a previous output state. 

Asynchronous sequential circuits do not use clock signals as synchronous circuits do. Instead, the circuit is driven by the pulses of the inputs which means the state of the circuit changes when the inputs change. Also, they don’t use clock pulses. The change of internal state occurs when there is a change in the input variable. Their memory elements are either un-clocked flip-flops or time-delay elements. They are similar to combinational circuits with feedback. 

Advantages – 

  • No clock signal, hence no waiting for a clock pulse to begin processing inputs, therefore fast. Their speed is faster and theoretically limited only by propagation delays of the logic gates.
  • Robust handling. Higher performance function units, which provide average-case completion rather than worst-case completion. Lower power consumption because no transistor transitions when it is not performing useful computation. The absence of clock drivers reduces power consumption. Less severe electromagnetic interference (EMI).
  • More tolerant to process variations and external voltage fluctuations. Achieve high performance while gracefully handling variable input and output rates and mismatched pipeline stage delays. Freedom from difficulties of distributing a high-fan-out, timing-sensitive clock signal. Better modularity.
  • Less assumptions about the manufacturing process. Circuit speed adapts to changing temperature and voltage conditions. Immunity to transistor-to-transistor variability in the manufacturing process, which is one of the most serious problems faced by the semiconductor industry
  • Lower power consumption: Asynchronous sequential circuits do not require a clock signal, which reduces power consumption compared to synchronous sequential circuits.
  • More robust: Asynchronous sequential circuits are less sensitive to timing errors, such as clock skew and jitter, which can cause errors in the operation of synchronous sequential circuits.
  • Simpler design: Asynchronous sequential circuits do not require the synchronization logic that is required in synchronous sequential circuits, making their design simpler.
  • More flexible: Asynchronous sequential circuits can be designed to change their state in response to changes in the inputs, which makes them more flexible and adaptable to changing conditions.
     

Disadvantages – 

  • Some asynchronous circuits may require extra power for certain operations.
  • More difficult to design and subject to problems like sensitivity to the relative arrival times of inputs at gates. If transitions on two inputs arrive at almost the same time, the circuit can go into the wrong state depending on slight differences in the propagation delays of the gates which are known as race condition.
  • The number of circuit elements (transistors) maybe double that of synchronous circuits. Fewer people are trained in this style compared to synchronous design. Difficult to test and debug. Their output is uncertain.
  • The performance of asynchronous circuits may be reduced in architectures that have a complex data path. Lack of dedicated, asynchronous design-focused commercial EDA tools.
  • Unpredictable behavior: The lack of a clock signal makes the behavior of asynchronous sequential circuits unpredictable, which can make them harder to design and debug.
  • Timing constraints: The timing constraints in asynchronous sequential circuits are more complex and difficult to specify compared to synchronous sequential circuits.
  • Complex design: The design of asynchronous sequential circuits can be complex, especially for large systems with many state transitions.
  • Limited use: Asynchronous sequential circuits are not suitable for real-time control applications, where a clock signal is required to ensure predictable behavior.

References – 

Here are a few books that you can refer to for further information on asynchronous sequential circuits:

  1. “Asynchronous Circuit Design” by Chris J. Myers
  2. “An Introduction to Asynchronous Circuit Design” by Jan M. Rabaey and Borivoje Nikolic
  3. “Asynchronous Design Methodologies” by Peter Alfke
  4. “Digital Circuit Design: An Introduction” by Thomas L. Floyd and David Money Harris
  5. “Principles of Digital Design” by Daniel D. Gajski, Frank Vahid and Tony Givargis

These books cover various topics in digital logic and design, including asynchronous sequential circuits, and provide in-depth information on the theory, design, and implementation of digital circuits.

Asynchronous circuit – Wikipedia 
Asynchronous Sequential Circuits – viden 


Last Updated : 21 Feb, 2023
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads