1 / 21

Abdullah Aldahami (11074595) Feb26, 2010

Abdullah Aldahami (11074595) Feb26, 2010.

brede
Télécharger la présentation

Abdullah Aldahami (11074595) Feb26, 2010

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Abdullah Aldahami (11074595) Feb26, 2010 Literature Review (2)Design of Low Power High Speed ALU Using Feedback Switch LogicBy: Prakash, P. & Saxena A.K.” Indian Institute of Technology Roorkee”Appeared in: 2009 International Conference on Advances in Recent Technologies in Communication and ComputingPublication Date: Oct. 2009

  2. Design of Low Power High Speed ALU Using Feedback Switch LogicOutline • Introduction • Feedback Switch Logic • Arithmetic Logic Unit Architecture • Ripple-Carry Adder • Kogge-Stone Adder • Han-Carlson Adder • Results • Arithmetic Operation • Logical Operation • Conclusion

  3. Design of Low Power High Speed ALU Using Feedback Switch Logic1. Introduction • This paper presents the design of 32-bit Arithmetic Logic Unit (ALU) which performs addition, subtraction, logic operations and shifting operation using Feedback Switch Logic (FSL) and static CMOS logics at 90nm CMOS process. • This ALU combines adder, shifter and logical units which are having low power consumption, less delay and uses lesser area.

  4. Design of Low Power High Speed ALU Using Feedback Switch Logic2. Feedback Switch Logic (FSL) • Recently a new dynamic like static circuit family called Feedback-Switch Logic (FSL) has been proposed. • FSL is suitable for high speed and low power applicationsbecause it offers fast switching, reduced capacitance and input-switching dependent activity factor without the need of clock connection. • The major advantages of FSL are fast switching and reduced capacitance.

  5. Design of Low Power High Speed ALU Using Feedback Switch Logic2. Feedback Switch Logic (FSL) • FSL is a differential circuit family that provides the output and its complement from a single side of the gate. • There are two possible ways of FSL structures: (a) (b) • The FSL structure shown in (a) is the one that is considered. The structure in (b) can be useful for FSL tree implementations since it allows transistor sharing between complementary networks.

  6. Design of Low Power High Speed ALU Using Feedback Switch Logic2. Feedback Switch Logic (FSL) • Since FSL is a combination of static and dynamic logic, the power consumption of logic gates using FSL is very much close to the power consumption of static CMOS gates. And also FSL having less delay compared to static CMOS logic because FSL offers reduced capacitance and fast switching.

  7. Design of Low Power High Speed ALU Using Feedback Switch Logic3. Arithmetic Logic Unit Architecture • Design of low power and high speed microprocessors requires reduction in power consumption to improve performance of all components of microprocessors. • Arithmetic and Logic Unit (ALU) is one of most power consuming components in microprocessor that performs an arithmetic (addition, subtraction, etc.) and logic operations (Exclusive OR, AND, etc.) between two numbers. • Adders are basic components of any arithmetic circuit and are frequently on the critical path.

  8. Design of Low Power High Speed ALU Using Feedback Switch Logic3. Arithmetic Logic Unit Architecture • There are several levels of hierarchy which can improve addition operations. • A Ripple carry adder is the first and the most fundamental adder. • Using a faster carry propagation method such as prefix tree adder schemes (Kogge-Stone & Han-Carlson adder), delay can be reduced.

  9. Design of Low Power High Speed ALU Using Feedback Switch Logic3. Arithmetic Logic Unit Architecture • Ripple carry adder: • Is a simple adder that is known as a slow adder since each full adder must wait for the carry bit to be calculated from the previous full adder (Calculates one carry for each bit at a time). Si = Ai ⊕ Bi ⊕ ci Ci+1 = Bi.ci +Ai.Bi + Ai.ci

  10. Design of Low Power High Speed ALU Using Feedback Switch Logic3. Arithmetic Logic Unit Architecture • Kogge-Stone Adder: • The Kogge-Stone adder is a parallel prefix form of carry look-ahead adder. • It is widely considered the fastest adder design possible. It is the common design for high-performance adders in industry • It takes more area (large area) to implement but it has a lower fan-out at each stage, which increases performance.

  11. Design of Low Power High Speed ALU Using Feedback Switch Logic3. Arithmetic Logic Unit Architecture An example of a 4-bit Kogge-Stone adder is shown to the right. Each vertical stage produces a "propagate" and a "generate" bit, as shown. The culminating generate bits (the carries) are produced in the last stage (vertically), and these bits are XOR with the initial propagate after the input (the red boxes) to produce the sum bits. E.g., the first (least-significant) sum bit is calculated by XOR the propagate in the farthest-right red box (a "1") with the carry-in (a "0"), producing a "1". The second bit is calculated by XOR the propagate in second box from the right (a "0") with C0 (a "0"), producing a "0". “http://en.wikipedia.org/wiki/Kogge-Stone_adder”

  12. Design of Low Power High Speed ALU Using Feedback Switch Logic3. Arithmetic Logic Unit Architecture • Han-Carlson adder: • Han-Carlson adder combines the Brent-Kung adder (with a small area and big delay time) and Kogge-Stone adder (with a large area and small delay time) merge trees to achieve a balance both with respect to speed and area. • Han-Carlson adder has the same principle of Kogge-Stone Adder with structure that has minimum logic depth, resulting in a fast adder (but slower than Kogge-Stone) with a medium size area.

  13. Design of Low Power High Speed ALU Using Feedback Switch Logic3. Arithmetic Logic Unit Architecture • The design of the ALU can be divided into four parts as control unit, arithmetic unit, logical unit, and shifter unit.

  14. Design of Low Power High Speed ALU Using Feedback Switch Logic3. Arithmetic Logic Unit Architecture • The 2x4 decoder is used as control unit to select the different units for desired operation using control signals S3 and S2.

  15. Design of Low Power High Speed ALU Using Feedback Switch Logic3. Arithmetic Logic Unit Architecture • The arithmetic unit consists of adder unit and 4x1 multiplexer unit. • Adder unit is used for addition of two operands while multiplexer unit is responsible for selecting appropriate input operand for adder unit according to the control signal S2 and S1.

  16. Design of Low Power High Speed ALU Using Feedback Switch Logic3. Arithmetic Logic Unit Architecture • Different logical and shifting operations are selected by another 2x4 decoder having S1 and S0 control signals. • Shifting values for shifter unit are adjusted by Sh5, Sh4, Sh3, Sh2 and Sh1.

  17. Design of Low Power High Speed ALU Using Feedback Switch Logic3. Arithmetic Logic Unit Architecture • All the outputs of different units of ALU are combined with output OR array in which 3 input OR gates are followed by buffer to provide output as ‘Y’.

  18. Design of Low Power High Speed ALU Using Feedback Switch Logic4. Results • Arithmetic Operation • From the results, we can conclude that Kogge-Stone adder architecture gives high performance in terms of speed in both CMOS and FSL Logics. In terms of power, ripple carry adder consumes least among other architecture.

  19. Design of Low Power High Speed ALU Using Feedback Switch Logic4. Results • Logical Operation • From the results, we can conclude that in FSL Logic, about 14 % delay reduction is obtained as compared to delay in CMOS logic; but about 6% increase in power consumption is found in FSL.

  20. Design of Low Power High Speed ALU Using Feedback Switch Logic5. Conclusions • This paper has implemented 32-bit ALU using Feedback Switch Logic (FSL). FSL combines the high performance with the activity-dependent low power consumption of static circuits. • FSL has the advantages of reduced capacitance and fast switching speed. • Simulation results show that ALU designed using FSL achieves 14% reduction in delay compared to static CMOS logic and its power consumption is comparable to that of ALU with static CMOS logic.

  21. Thank you,Questions

More Related