Notes 7 Flashcards
register file
the place where all the registers are
S’R’ latch logic table
S’ R’ | Q Q’
0 0 1 1 :(
0 1 1 0
1 0 0 1
1 1 Q Q’
What does the S’R’ latch circuit do?
S sets Q
R resets Q
If both are 0, the the circuit stores Q
Know know to draw an SR latch
look at picture
Controlled SR latch logic table
C S R | Q Q’
0 X X Q Q’
1 0 0 Q Q’
1 0 1 0 1
1 1 0 1 0
1 1 1 1 1 :(
if C is 0, opaque
if C is 1, transparent
what does the control do on the controlled SR latch
if C is 0 then the value is stored
if C is 1 then the value can be set
know how to draw a controlled SR latch
look at picture
know how to draw D latch
look at picture
what does a d latch to in plain english
if C is off keep Q the same
if C is on Q becomes D
edge triggered d- flip flop
when the clock goes up, it follows D for a cycle
know what a d flip flip looks like
look at picture
watch videos of d flip flip
what does a d flip flip do in plain english
at the instant that the clock turns positive, it captures the current value of D
in effects, a D-flipflop is a …
one bit register
know how two build a four but register parallel load