WEEK 9 LEARNING OBJECTIVES
Day 1
- Compare the shift and rotate functions.
- Compare logical shift and arithmetic shift.
- State the mathematical operations completed
by shift-left and shift-right.
- Implement n-bit shifters using multiplexers.
Day 2
- State why multiplication is typically one of
the longest mathematical operations in a digital computer.
- Draw the shift-and-add implementation of an
n-bit multiplier.
- Implement the shift-and-add implementation
of a multiplier using structural VHDL with a set of automatic
for-generate cascades.
Day 3
- This day is reserved for practice and instructor-led
examples.