You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider changing the D flip-flop design to have the first D latch's ("master") clock input not be inverted, and the second latch's inverted.
Why
Both designs work for the D flip-flop, but to be consistent with other latches where this has more of an impact, it would be better to have the second latch's input be inverted.
Where
In the D flip flop design (D_flip_flop.dig) and the course content discussing it (topic latches-flipflops).
Further, if this is changed, assignment 2's description about the JK flip flop would need to be updated.