360 likes | 669 Views
Lec 17 : ADDERS ece407/507. Outline. Introduction to Adders Adder Design Types of Adders Design Aspects Discussion on Lab 4. Adders. Full-Adder. The Binary Adder. Express Sum and Carry as a function of P, G, D. Define 3 new variable which ONLY depend on A, B. Generate (G) = AB.
E N D
Outline • Introduction to Adders • Adder Design • Types of Adders • Design Aspects • Discussion on Lab 4
Express Sum and Carry as a function of P, G, D Define 3 new variable which ONLY depend on A, B Generate (G) = AB Propagate (P) = A B Å Delete = A B S C D and P Can also derive expressions for and based on o Note that we will be sometimes using an alternate definition for + Propagate (P) = A B
The Ripple-Carry Adder Worst case delay linear with the number of bits td = O(N) tadder = (N-1)tcarry + tsum Goal: Make the fastest possible carry path circuit
Complimentary Static CMOS Full Adder 28 Transistors
Minimize Critical Path by Reducing Inverting Stages Exploit Inversion Property
Mirror Adder Stick Diagram
The Mirror Adder • The NMOS and PMOS chains are completely symmetrical. A maximum of two series transistors can be observed in the carry-generation circuitry. • When laying out the cell, the most critical issue is the minimization of the capacitance at node Co. The reduction of the diffusion capacitances is particularly important. • The capacitance at node Co is composed of four diffusion capacitances, two internal gate capacitances, and six gate capacitances in the connecting adder cell . • The transistors connected to Ci are placed closest to the output. • Only the transistors in the carry stage have to be optimized for optimal speed. All transistors in the sum stage can be minimal size.
Manchester Carry Chain Stick Diagram
Carry-Bypass Adder Also called Carry-Skip
Carry-Bypass Adder (cont.) tadder = tsetup + Mtcarry + (N/M-1)tbypass + (M-1)tcarry + tsum
Look-Ahead: Topology Expanding Lookahead equations: All the way:
Carry Lookahead Trees Can continue building the tree hierarchically.
About Lab 4 • Design a 4 bit carry Look Ahead Adder • Measure Propagation Delay • Layout • Simulations • Analysis
Layout • Focus on a Modular design ex: Design of propagate and generate blocks • Test individual modules First.Go ahead only if each module works.Modules like • Propagate • Generate • Carry Generator • Hint: Use the gates designed in previous labs. • Take care of area of the designs
Simulations • Individual Blocks like Propagate, Generate,carry generator need to be simulated. • Measure the propagation delay of each of the blocks,Area etc. • Simulation of the complete Design EACH STEP CARRYS POINTS!!!!!
Analysis • Comment on the design considerations. • Sizing of the Transistors • Reducing Capacitance • Identify the critical path • Design Problems and Solutions.
What is to be turned in… • A good report (need not be highly detailed) covering the above aspects. • When….Last day of Classes!!!! • Advice: Start your work soon.Things are not as easy as they seem.