You must login before you can post a comment.
Author: Mickael Ordine
Forked from: Mukesh/Understanding Dflipflops
Project access type: Public
Description:
D flipflops avoids the indeterminate state unlike SR flipflops.
Irrespective of the previous output[Q(n)] D flipflops retains the input as its output.
D Q(n+1)
0 0
1 1
D = Q(n+1)
Created: Jun 21, 2023
Updated: Aug 27, 2023
Comments