CSC270 Homework 3 2016

From dftwiki3
Revision as of 20:19, 9 February 2016 by Thiebaut (talk | contribs) (Problem 1)
Jump to: navigation, search

--D. Thiebaut (talk) 20:13, 9 February 2016 (EST)



Problem 1


Below is a 32-bit binary adder. We have seen it in class. It outputs a+b, where a is represented

BinaryAdder.png


Question 1
Using this design as inspiration, design a 32-bit subtraction circuit, that will output a-b, if a and b are the two integers whose bits are shown in the diagram.