MC48 Homework 4 (Fall 1998)
Due: October 20, 1998
-
Design a PLA with four inputs, X3,
X2, X1, and
X0, and two outputs D3 and
D5. The four inputs should be considered as
forming a four-bit unsigned number,
X3X2X1X0,
with X3 as the most significant bit. The
D3 output should be asserted if and only if that
number is divisible by 3. Similarly, the D5
output should be asserted if and only if the input number is divisible
by 5.
-
Do exercise 5.6 on page 427.
-
Do exercise 5.10 on page 428. The exercise says "consider both
datapaths." By "both" they mean the single-cycle datapath from section 5.3
and the multicycle one from section 5.4. For this homework, you should
only deal with the single-cycle one from section 5.3.
Instructor: Max Hailperin