![]() |
CS1101: Laboratory 10Adder CircuitsAcademic Year 2006-2007Lecturer: Dr. Barry O'SullivanDepartment of Computer Science University College Cork |
The objective of this lab is to develop two circuits which implement 4-bit adders for one's-complement and two's complement. The circuit should be implemented in TKGate and should be as simple as you can get it. If you prefer to use the built in 1-bit adder in tk-Gate in your circuit that would be fine. However, you need to show how each 1-bit adder is connected to the others.
cs1101submit Adders.v
The submission deadline is 5pm on Friday 2nd of March.
You can assume that the numbers you are adding are already in the appropriate binary format. Your final circuit should contain two circuits - one for the one's complement version, the other for the two's complement version.
Return to the CS1101 Home Page