Toggle Flip-flop: D-Type Flip Flop | Analog and Digital Electronics - Electrical Engineering (EE) PDF Download


The Toggle Flip-flop

Toggle flip-flops are the basic components of digital counters, and all of the D type devices are adaptable for such use. When an electronic counter is used for counting, what are actually being counted are pulses appearing at the CK input, which may be either regular pulses derived from an internal clock, or they can be irregular pulses generated by some external event.

When a toggle flip-flop is used as one stage of a counter, its Q output changes to the opposite state, (it toggles) high or low on each clock pulse. Most edge-triggered flip-flops can be used as toggle flip-flops including the D type, which can be converted to a toggle flip-flop with a simple modification. In theory all that is necessary to convert an edge triggered D Type to a T type is to connect the Q output directly to the D input as shown in Fig. 5.3.8. The actual input is now CK. The effect of this mode of operation is also shown in the timing diagram in Fig. 5.3.8 using a positive edge triggered D type flip-flop.

 

Toggle Flip-flop: D-Type Flip Flop | Analog and Digital Electronics - Electrical Engineering (EE)

 

Toggle Flip-flop Operation 

Suppose that initially CK and Q = 0. Then Toggle Flip-flop: D-Type Flip Flop | Analog and Digital Electronics - Electrical Engineering (EE) and D must be 1. At the rising edge of a CK pulse, the logic 1 at D is allowed into the flip-flop and, at the end of the flip-flop’s propagation delay, appears at Q, and Toggle Flip-flop: D-Type Flip Flop | Analog and Digital Electronics - Electrical Engineering (EE) changes to logic 0 at the same time.

This logic 0 is now fed back to D, but it is important that it is not immediately accepted into the D input, otherwise oscillation could occur with D continually changing between 1 and 0. However, because of the flip-flop’s propagation delay, when the logic 0 from Toggle Flip-flop: D-Type Flip Flop | Analog and Digital Electronics - Electrical Engineering (EE) arrives at D, the very short edge-triggering period will have completed, and the change in data at D will be ignored.

At the next CK rising edge of the clock signal, the 0 at D now passes to Q, making Toggle Flip-flop: D-Type Flip Flop | Analog and Digital Electronics - Electrical Engineering (EE) and D logic 1 again. The Q output of the flip-flop therefore toggles at each positive going edge of the CK pulse.

Because the Q output changes state at each clock pulse rising edge, the 0 period and the 1 period of the Q output will always be of equal length, and the output will be a square wave with a 1:1 mark to space ratio, its frequency will be half that of CK.

To use toggle flip-flops as simple binary counters, a number of toggle flip-flops may be connected in cascade, with the Q output of the first flip-flop in the series, being connected to the CK input of the next flip-flop and so on. This is also the principle of frequency division. Exactly how counters and dividers can be constructed from toggle flip-flops is explained in Sequential Logic  Module 5.6

 

Data Timing

In practice however, using direct feedback from Toggle Flip-flop: D-Type Flip Flop | Analog and Digital Electronics - Electrical Engineering (EE) to D can cause problems as, to ensure stable operation and avoid unwanted oscillation, it is important in any digital circuit, that any changes in logic level taking place at D must be both stable, (free from any overshoot or ringing etc.) and at a valid logic level during a short period, before and after the clock signal causes a change. These periods are called the set up and hold times.

Although it is easy to think of the clock signal initiating a change at a particular time, e.g. when its rising edge occurs, data is actually clocked into input D when the CK waveform reaches a certain voltage level. In 74HC series gates this level is 50% of VDD, as illustrated in Fig 5.3.9. This shows in expanded time detail, the transitions taking place at the D and CK inputs of a D type positive edge triggered flip-flop.

To guarantee correct triggering, it is important that the data at the D input has settled at a valid logic level before the clock signal triggers any change. Therefore there must be some time allowed from when the D input first becomes valid to allow time for any slow rising pulse, any overshoot or ringing to occur before the clock pulse samples the logic level.

 

Toggle Flip-flop: D-Type Flip Flop | Analog and Digital Electronics - Electrical Engineering (EE)

For example, the time between point (a) in Fig.5.3.9, where D initially falls below 50% of VDD and the time when CK rises to its trigger threshold of 50% VDD (point b) is called the set up time (tsetup or tsu), and in 74HC series ICs this will typically be between 5ns and 15ns.

After the trigger point there must be a further period (b to c in Fig. 5.3.9) where the data at D must remain at the same valid logic level to ensure that the correct logic level has been accepted. This is called the hold time (thold or th) and is typically around 3ns in 74HC series ICs.

In sequential logic circuits, precise timing is vitally important. The design of a circuit must take into consideration not only set up and hold times but also the propagation times of gates or flip-flops in each path that a digital signal takes through a circuit. Failure to get the timing right can lead to problems such as ‘glitches’ i.e. sudden sharp spikes, as a device such as a flip-flop momentarily produces a change from one logic level to another and back again. Such glitches may be very short (a few nanoseconds) but sufficient to trigger another device to a wrong logic level.

With devices such as flip-flops using both triggering and feedback, incorrect timing can also lead to instability and unwanted oscillations. Avoiding such problems is a major reason for the use of edge triggering and master slave devices.

 

D Type Flip-flop ICs

A selection of D type Flip-flop ICs are listed below.

  • 74CH74 Dual D Type Flip-flop with Set and Reset from ON Semiconductors.
  • 74LS75  Quad D Type Data Latches from Texas instruments.
  • 74CH174  Hex D Type Flip-flop with Reset from  NXP.
  • 74CH175  Quad D Type Flip-flop with Reset from NXP.
  • 74CH273 Octal D Type Flip-flop with Reset from Texas instruments.
  • 74CH373 Octal Transparent D Type Data Latches with 3-State Outputs from Texas instruments.
  • 74CH374A Octal 3-State Non-Inverting D Type Flip-flop from ON Semiconductors.
The document Toggle Flip-flop: D-Type Flip Flop | Analog and Digital Electronics - Electrical Engineering (EE) is a part of the Electrical Engineering (EE) Course Analog and Digital Electronics.
All you need of Electrical Engineering (EE) at this link: Electrical Engineering (EE)
137 videos|143 docs|71 tests

Top Courses for Electrical Engineering (EE)

FAQs on Toggle Flip-flop: D-Type Flip Flop - Analog and Digital Electronics - Electrical Engineering (EE)

1. What is a D-Type flip-flop?
Ans. A D-Type flip-flop is a type of digital circuit that stores and remembers a single bit of data. It has two stable states, 0 and 1, and is commonly used in sequential logic circuits.
2. How does a D-Type flip-flop work?
Ans. A D-Type flip-flop works by using two inputs: the data input (D) and the clock input (CLK). When the clock input transitions from low to high, the flip-flop stores the value of the data input. The stored value is then outputted until the next clock transition occurs.
3. What are the applications of D-Type flip-flops?
Ans. D-Type flip-flops have various applications in digital systems, including data storage, synchronization, and memory elements. They are commonly used in microprocessors, computer memory, counters, and register circuits.
4. What is the difference between a D-Type flip-flop and other types of flip-flops?
Ans. The main difference between a D-Type flip-flop and other types, such as JK flip-flops or T flip-flops, is the behavior of their inputs. In D-Type flip-flops, the data input directly determines the output, while in JK and T flip-flops, the output is determined by the combination of inputs.
5. Can a D-Type flip-flop be used for edge-triggered operations?
Ans. Yes, a D-Type flip-flop can be used for edge-triggered operations. By connecting the clock input to an edge-triggered circuit, such as a positive-edge or negative-edge-triggered flip-flop, the D-Type flip-flop can be controlled to store and output the data only on specific clock transitions.
137 videos|143 docs|71 tests
Download as PDF
Explore Courses for Electrical Engineering (EE) exam

Top Courses for Electrical Engineering (EE)

Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Toggle Flip-flop: D-Type Flip Flop | Analog and Digital Electronics - Electrical Engineering (EE)

,

Extra Questions

,

Summary

,

Previous Year Questions with Solutions

,

Sample Paper

,

ppt

,

MCQs

,

Objective type Questions

,

Viva Questions

,

past year papers

,

video lectures

,

Free

,

mock tests for examination

,

Toggle Flip-flop: D-Type Flip Flop | Analog and Digital Electronics - Electrical Engineering (EE)

,

study material

,

pdf

,

Toggle Flip-flop: D-Type Flip Flop | Analog and Digital Electronics - Electrical Engineering (EE)

,

Important questions

,

Semester Notes

,

Exam

,

shortcuts and tricks

,

practice quizzes

;