D-Flip-Flop, Edge-Detection #809
-
So, I was trying to build some memory-units (SR-Latch, D-Latch) and right now I am struggling with a D-Flip-Flop. So my question is: What is wrong with the circuit? Or is it just not possible to build such circuit? Btw. very nice tool, please keep up! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
It is possible to build an edge-controlled D-FF in this way. An example is included. If you use three inverters in a row, the pulse will be longer and it will work. |
Beta Was this translation helpful? Give feedback.
It is possible to build an edge-controlled D-FF in this way. An example is included.
If you use a single inverter and an And gate, the pulse is too short. If you use the single gate mode, you can see why 😄
If you use three inverters in a row, the pulse will be longer and it will work.