Unit 19 Solutions
S0
s
0
Reset
19.25 (a) Let S0, S1, S2 and S3 be the four FF outputs, then
D0 = s’(S0 + S3); D1 = sS0 + (TC)‘S2
D2 = S1; D3 = (TC)S2
LDN = S1 + S2 or LDN = S1 + S2 + S3
CE = S1 or CE = S1 + S3
z1 = S1; z2 = S2
P3 = 0; P2 = 0; P1 = 1; P0 = 1
19.25 (b)
Using state assignment S0 = 00, S1 = 01, S2 = 11,
S3 = 10, and denoting the state variables as Q1 Q0,
D1 is the OR of D2 and D3 from Part (b) so
D1 = S1 + (TC)S2 = Q1‘Q0 + (TC)Q1Q0
19.25 (c)
Initial PU,PL: 0000 0000
1st Add Lower half PU, PL: 0000 1011
1st Add Upper half PU, PL: 0000 1011
2nd Add Lower half PU, PL: 0000 0110
19.26 (a)