Homework 3
Please do the following exercises starting on page 64 in the book.
- 3
- 8a, please implement this in tkgate and test your chart.
- 10, again implement this in tkgate, I would expect a truth table.
- 22
- Design a 4 bit register with control lines so that you can
perform the following
- Load the register.
- Shift the value left.
- Shift the value right.
You should have a fill bit input as well.