Everyone should prepare solutions to be submitted on the specified due dates. The leaders will explain their solutions to the class on the due dates. We will spend some time during class this week working on these problems. Please work on the problems this week and bring your questions to class.
Reading for the week of February 15: We will begin studying sequential circuits this week. Please read Chapter 4, sections 4-1 through 4-3.
Design a circuit that will convert the output C4 S3 S2 S1 S0 to the corresponding number in 5-bit signed magnitude representation. In addition, you should detect when overflow errors occur.
Your circuit should output 6 binary values:
V to indicate overflow, 1 sign bit G, and 4 bits
M3 M2 M1 M0
for the magnitude.
You can assume that full adders are available for use in your circuit,
as well as other logic gates (AND, OR, NOT, etc.).
You may find it useful to begin by considering some particular input values and finding the desired outputs from your circuit. What is the range of output values that can be achieved with no overflow? How will you detect overflow?
Due on Monday, February 22. Leaders to present solution: Travis Harkness, Ron Hess, and Valter Karavanic.
Design a circuit to perform the same operation described in question 1. You may find it useful to begin by considering some particular input values and finding the desired outputs from your circuit. What is the range of output values that can be achieved with no overflow? How will you detect overflow?
Due on Monday, February 22. Leaders to present solution: Heidi Daub, Jennine Witherup, and Rodney Young.
Due on Wednesday, February 24. Leaders to present solution: Jennie Goossen, Brian Green, and Sarah Gunnels.
Due on Wednesday, February 24. Leaders to present solution: Alex Rudis, Rocco Russo, and David Seiler.
Extra Credit: Design a binary multiplier that multiplies two 8-bit numbers (i.e., a 8-bit by 8-bit multiplier). Use 4-bit by 4-bit multipliers, adders, and additional logic in your design. You don't necessarily need to provide a complete logic diagram (since it can get tedious and complicated to do by hand), but try to explain the basic idea that allows 8-bit by 8-bit multiplication to be performed with 4-bit by 4-bit multiplier subsystems and 4-bit adders. (Hint: try to work an example by hand.)
Thank you.