Clocked State Elements - muneeb-mbytes/computerArchitectureCourse GitHub Wiki
We can get a clocked D flip-flop by putting two D Latches together.
Where the clock input is given directly to the first flip flop and it it inverted and given to the second flip-flop
As shown in the diagram here!
At a time any one latch can be active
- Edge triggered circuits requires more hardware but they give us a nice property
Refer this link for more information: https://github.com/mbits-mirafra/digitalDesignCourse/wiki/Edge-Triggered-D-Flipflop