Question: Trade-offs in Combinational Circuit Design 8-bit Adder-Subtractor with Overflow Detector Circuit You are required to design a circuit that can both add and subtract two
Trade-offs in Combinational Circuit Design 8-bit Adder-Subtractor with Overflow Detector Circuit You are required to design a circuit that can both add and subtract two 8-bit integers and detect whether there is an overflow or not. You will design three different adder-subtractors and compare their performances in terms of delay and area. These three adder-subtractors are as follows: 1. 8-bit ripple-carry adder-subtractor 2. 8-bit carry lookahead (CLA) adder-subtractor 3. 8-bit hybrid adder-subtractor with a number of CLAs of your choice (e g. you can use two 4-bit CLAs). All three adder-subtractors must detect overflow. You are also required to use hierarchical design method for ripple-carry and hybrid adder- subtractors, in which small building blocks are used to construct the entire circuit. For example, to design an 8-bit ripple-carry adder-subtractor, you first design a full-adder, then turn it to a black box with three-bit input and two-bit output, and duplicate the block box as many times as needed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
