Understanding Flip-Flop Type D: Negative Edge Triggering and Delay Neglect

  • Thread starter Femme_physics
  • Start date
  • Tags
    Electronics
In summary, the conversation discusses the function of a D flip-flop type D, negative edge triggered, and how the clock pulse affects the Q state. The flip-flop stores the D signal at the negative edge of the clock pulse, and the Q state changes to match the D signal at that time. The conversation also touches on the difference between negative and positive edge triggered flip-flops and the importance of understanding the trigger and hold states.
  • #1
Femme_physics
Gold Member
2,550
1

Homework Statement



In the following drawing is given a intro signal to flip-flop type D, negative edge triggered. Also is given the clock pulse signal. Copy to your notebooks these signals and add intro signal Q. Presume that in starting condition Q=0. Also, neglect the delay times of the flop-flop

http://img688.imageshack.us/img688/594/flippys.jpg [Broken]

Mine is the pencil of course. Does it make sense?
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
Hi!

Q remains 0 until the Cp pulse goes down.
At that time Q becomes and stays 1 (since the D signal is 1 at that time).


The D flip-flop stores the D signal at the negative edge of the clock pulse.

This means that when the clock pulse (Cp) goes down, the Q state changes.
Q becomes the state of the D signal at that time.
 
  • #3
Alright, as per your criticism...

http://img545.imageshack.us/img545/9672/gggraphs.jpg [Broken]

The D flip-flop stores the D signal at the negative edge of the clock pulse.

What exactly is the negative edge of the clock pulse? Oh, you mean like when an AC current reaches negative current?
 
Last edited by a moderator:
  • #4
Femme_physics said:
What exactly is the negative edge of the clock pulse? Oh, you mean like when an AC current reaches negative current?

The negative edge is where the clock pulse goes down (negative slope), which is the right side of the pulse.
AC current does not have a sharp edge like that.

The only place where Q can change is at that edge.
 
  • #5
From my hobby days I seem to recall that D flip-flops are rising edge triggered. Do they make them both ways now?
 
  • #6
LCKurtz said:
From my hobby days I seem to recall that D flip-flops are rising edge triggered. Do they make them both ways now?

According to wiki:
"The D flip-flop captures the value of the D-input at a definite portion of the clock cycle (such as the rising edge of the clock)."

Wiki seems to imply they are made both ways.
And the problem statement says it's the falling edge.
 
  • #7
I like Serena said:
The negative edge is where the clock pulse goes down (negative slope), which is the right side of the pulse.
AC current does not have a sharp edge like that.

The only place where Q can change is at that edge.

But the graphs only have positive edge?
 
  • #8
Femme_physics said:
But the graphs only have positive edge?

What do you mean by positive edge?

The graphs have both positive edges and negative edges.
Each pulse starts with a positive edge, also called the rising edge.
And each pulse ends with a negative edge, also called the falling edge.
 
  • #9
But I have both D and CP for reference. Now I know CP is the clock pulse. D is the input.

If Q can only change at NEGATIVE clock pulse edge, then I stand by my last diagram
 
  • #10
Femme_physics said:
But I have both D and CP for reference. Now I know CP is the clock pulse. D is the input.

If Q can only change at NEGATIVE clock pulse edge, then I stand by my last diagram

In your last diagram Q changes at the rising edge of the clock pulse...

EDIT: A negative edge does NOT mean that the signal is negative, but is means that the level of the signal goes down.
 
Last edited:
  • #11
Femme_physics said:
But the graphs only have positive edge?
The graphs are drawn to appear to have only positive levels, yes. But these waveforms are logic levels, not voltages, so they are never going to have negative levels. Logic is 1 or 0.

The transition from logic 0 to logic 1, denoted 0→1, is termed the "rising edge" or positive edge. When the logic level changes back to 0, the transition 1→0 is termed the "falling edge" or negative edge. (It has nothing to do with + or - voltages.)

Your Q output is so wrong that I suggest you erase it so you don't keep referring back to it, and can start again with a fresh outlook.

:::NEXT LINE EDITED::::
First step, trace the vertical dotted line from each clock pulse's 1→0 tranistion and mark these faintly on the Q graph--these mark the only place where the Q level can change logic levels because you are told that your D flip-flop is negative-edge triggered.
 
  • #12
http://img822.imageshack.us/img822/9113/9tcpq80t.jpg [Broken]

Is this correct then?
 
Last edited by a moderator:
  • #13
Femme_physics said:
Is this correct then?

Yep! :smile:
 
  • #14
Thanks :)
 
  • #15
*bumps*

Would my graph be any different if this was a positive edge triggered D-FF flip-flop, and not negative D-FF flip-flop?
 
  • #16
*bump back*

Yes.
What do you think it would look like?
 
  • #17
I'm actually really confused about my answer from before.

According to the truth table of D flip-flops

When D = 1 and CLK = 1
then Q = 1

Since ours is negative on the first dotted line we still kept it zero. Ok.

On the second dotted line we have D = 1 and CLK = 0

That's "no change" on both Q and Q(capped)...yet we changed Q to "1" digital. Something doesn't add up here.
 
  • #18
Femme_physics said:
I'm actually really confused about my answer from before.
Hi FP! Confusion creeps in when you turn your back on a topic for a few weeks. :smile:
According to the truth table of D flip-flops

When D = 1 and CLK = 1
then Q = 1

Since ours is negative on the first dotted line we still kept it zero. Ok.
Yes, "ours" is negative-edge triggered, so the rising edge of the clock has no significance.
On the second dotted line we have D = 1 and CLK = 0

That's "no change" on both Q and Q(capped)...
Who says so? There is not really a "no change" input condition for the D.
yet we changed Q to "1" digital. Something doesn't add up here.
Yes, "we" changed Q to 1 because D was 1 at the crucial moment of the clock transitioning 1→0.

Review the D flip-flop here, though it's positive-edge triggered. http://www.doctronics.co.uk/4013.htm [Broken]
 
Last edited by a moderator:
  • #19
Finally I have some time again to respond.
Sorry to keep you waiting. :wink:
Femme_physics said:
I'm actually really confused about my answer from before.

According to the truth table of D flip-flops

When D = 1 and CLK = 1
then Q = 1

Ah, careful there.
You don't really have a "normal" truth table there with CLK being 0 or 1.

What they mean with CLK=1 is that the clock pulse "triggers".
And a trigger is that the clock pulse is on its edge.
In your new problem statement that is when the clock pulse rises.
At all other times it counts as CLK=0.
Since ours is negative on the first dotted line we still kept it zero. Ok.

On the second dotted line we have D = 1 and CLK = 0

That's "no change" on both Q and Q(capped)...yet we changed Q to "1" digital. Something doesn't add up here.

The first dotted line is a rising edge.
In the original problem statement that is not the trigger, so that counts as CLK=0.

At the second dotted line we have D=1 and we have a trigger since the clock pulse triggers on the falling edge.
So that counts as CLK=1!
 
  • #20
Ahh the truth table for "rising edge" and "falling edge" helped explain everything to me...

I basically only look at the places where it increases or falls (depends whether it's falling or rising) and then look at the corresponding truth table and bob's your uncle :)

Thanks Nascent, ILS! Though the test is behind me, I thought I aced it except possibly one issue (or two) that bothers me a bit (it's in electrical engineering forum).
 
  • #21
Hey Fp!

Any tests left?
Or are you done for a while?
 
  • #22
Hi ILS!

Oh the big external electronics test is still ahead :) do u mind answering my Q at elecrical engineering forum with the PNP transistor? ( not in HW section )
 
  • #23
Okay, I'll take a look (didn't notice you posting it).
Give me a minute... (or two ;)
 

1. What is a Flip-Flop D?

A Flip-Flop D is a type of digital circuit that can store one bit of information, either 0 or 1. It is a fundamental building block in digital electronics and is commonly used in memory devices, counters, and shift registers.

2. How does a Flip-Flop D work?

A Flip-Flop D consists of two inputs, a data input (D) and a clock input (CLK), and two outputs, a Q output and a Q̅ (Q-bar) output. When the CLK input is triggered, the value at the D input is transferred to the Q output. The Q̅ output will be the inverse of the Q output. The stored value will remain at the outputs until the CLK input is triggered again.

3. What are the advantages of using Flip-Flop D in electronic circuits?

Flip-Flop D is a simple, low-cost, and reliable component that can store information without the need for continuous power. It can also be easily integrated into larger electronic systems and can be cascaded to store multiple bits of information.

4. What are the different types of Flip-Flop D?

The most common types of Flip-Flop D are the D-type, JK-type, and T-type. These differ in the number of inputs and the behavior of their outputs. For example, the JK-type has an additional input (J and K) that allows for toggling between states, while the T-type has a single input (T) that toggles between states without the need for a clock input.

5. How is Flip-Flop D used in memory devices?

In memory devices, such as RAM and registers, Flip-Flop D is used to store and retrieve data. The data is written to the Flip-Flop D using the data input (D) and the clock input (CLK). The stored data can then be read from the outputs (Q and Q̅) when needed. By using multiple Flip-Flop Ds, larger amounts of data can be stored and accessed in a specific order.

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
7
Views
5K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
2K
  • Electrical Engineering
Replies
2
Views
2K
  • Computing and Technology
Replies
2
Views
31K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
6K
  • Electrical Engineering
Replies
5
Views
3K
  • Electrical Engineering
Replies
5
Views
8K
Back
Top