1 / 36

Wireless Sensor Networks

Wireless Sensor Networks. Low Power Design. Outline. Introduction – Importance of Low Power Design Power and Energy Low Power at various levels of circuit design: System and Architecture Level Register Transfer and Logic Level Physical Level Conclusion. Importance of Low Power Design.

Télécharger la présentation

Wireless Sensor Networks

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. Wireless Sensor Networks Low Power Design

  2. Outline • Introduction – Importance of Low Power Design • Power and Energy • Low Power at various levels of circuit design: • System and Architecture Level • Register Transfer and Logic Level • Physical Level • Conclusion

  3. Importance of Low Power Design • Power is considered as the most important constraint in embedded systems Low power design is essential in: • high-performance systems (reason: excessive power dissipation reduces reliability and increases the cost imposed by cooling systems and packaging) • portable systems (reason: battery technology cannot keep the pace with large demands for devices with light batteries and long time between recharges)

  4. Sources of Power Consumption • The three major sources of power consumption in digital CMOS circuits are: where: P1 – capacitive switching power P2 – short circuit power P3 – leakage current power

  5. Trends in Power Management • Reducing power is now a mainstream design issue

  6. Power and Energy Power and Energy are related (E=∫Pdt) • Minimizing the power consumption is important for • the design of the power supply • the design of voltage regulators • the dimensioning of interconnect • short term cooling • Minimizing the energy consumption is important due to • restricted availability of energy (mobile systems) • limited battery capacities (only slowly improving) • very high costs of energy (solar panels, in space) • cooling • high costs • limited space • long lifetimes, low temperatures

  7. Low Power at various levels of circuit design The design of low power circuits can be tackled at different levels, from system to technology

  8. Power and Synthesis Flow 400% Behavioral RTL 50% Potential for Power Savings Gate 20% 10% Switch Accuracy of Power Estimation

  9. Expectations Algorithmic Algorithm selection orders of magnitude Concurrency Behavioral several times Memory Power manage Clock ctrl 10-90% RT Level Structural transform. 10-15% Tech. indepen. Extraction/decomp. 15% Tech. mapping 20% Tech dep. Gate sizing 20% Layout Placement 20%

  10. System and Architecture Level • Given a certain application, there are several possibilities for low power optimizations of the system: • Selection of an optimum algorithm with respect to the cost function the design • Partitioning into building blocks • Voltage/Frequency scaling • Dynamic power management • Minimize waste and overhead (indirectly) – increase regularity, locality

  11. System and Architecture Level

  12. System and Architecture Level Algorithm selection and optimization • The first choice in design flow is usually the selection of an optimum algorithm with respect to the cost function • The term cost depends on the application and typically includes the number of operations, memory accesses and the memory size that is required by this algorithm • Power reduction is achieved with: • Scheduling of operations • Adaptive implementations of certain algorithms

  13. System and Architecture Level Optimizations for Memory Accesses • A paradigm for energy efficient software: • Avoid using of memory operands as far as possible • Improve register utilization Example of heapsort program [Jan M. Rabaey ‘97]: • Handtuning for performance: • 15% reduction in time, 13.5 reduction in energy • Register allocation of temporaries: • 5% reduction in current, 7% reduction in time, 11.4% reduction in energy • Further optimization • Further 22.4% reduction • Total: 40.6% reduction in energy cost

  14. System and Architecture Level Design partitioning • Optimum partitioning of the design will result in orders of magnitude power reduction • Examples of partitioning for low power: • Partitioning the design in such a way as to confine the operations involving maximum switching activity to a single block • Partitioning the memory and distributing it to different blocks instead of centralized memory • Hardware/Software partitioning • Optimum partition of a design into analog and digital sections

  15. System and Architecture Level Design partitioning – Interconnections • Interconnect power is important • Interconnect may contribute large percentage to total power dissipation and to total reduction • Interconnect power is greatly affected by architecture level design decisions

  16. System and Architecture Level Design partitioning • Reduced # of global bus accesses • Reduced buffer power • Reduced # of multiplexers Spatially Global Spatially Local

  17. System and Architecture Level Design partitioning – spectral partitioning Spectral Partitioning places computational nodes on 1-D axis based on “closeness” — identifies candidates for clustering Partitioning may lead to extra hardware units. This does not necessarily mean an increase in area!

  18. System and Architecture Level Design partitioning - Result Average: Power reduction: 18.5 % Area Reduction: 1%

  19. System and Architecture Level Exploiting Regularity Regular implementations typically reduce interconnect and/or controller requirements [Mehru96]

  20. Common Design Approaches System and Architecture Level Processor Usage Model In order to reduce power following design approaches can be used: • Compute ASAP • Clock Frequency Reduction • Voltage Scaling

  21. System and Architecture Level Compute ASAP • In this approach the processor always performs the desired computation at maximum throughput • This is the simplest approach

  22. Clock Frequency Reduction A common low power design technique is to reduce the clock frequency, fclk This in turn reduces the throughput, and power dissipation, by proportional amount The energy consumption remains unchanged This approach is more energy inefficient, because the processor delivers the same amount of computation per battery life, but at lower level of peak throughput System and Architecture Level

  23. Voltage Scaling When fclk is reduced the processor’s circuits have a longer cycle time to complete their computation With voltage scaling down, i.e. reducing Vdd, the delay of the circuits increase But, the energy/operation, which is quadratic function of Vdd, decreases System and Architecture Level

  24. Voltage Scaling Minimizing the delay penalty due to voltage scaling Architecture-level speedup (pipelining, concurrency), then downscale supply voltage, or match supply voltage with throughput requirement multiple supply voltages in the same design one supply voltage for each block Circuit-level lowering threshold voltage heavily process-dependent System and Architecture Level

  25. Dynamic Power Management Dynamic power management is a design methodology that dynamically reconfigures an electronic system to provide the requested services and performance levels with a minimum number of active components or a minimum load on such components System and Architecture Level Power State Machine Power Manager

  26. Low-power techniques at RTL and Logic Level can be subdivided into: techniques for lowering the capacitance and the switched voltage minimizing global communication logic optimization by synthesis tools (area, speed) techniques to reduce the toggle rate of nodes with a high relative capacitance guarding techniques pipelining reorganization of logic gates and operators Register Transfer and Logic Level

  27. Reducing switching activity Guarding technique (clock gating) Clock gating means to shut down the clocking for a certain group of registers under a certain guard condition advantages: they are implemented with minor overhead in area and design effort disadvantages: testability Register Transfer and Logic Level

  28. Register Transfer and Logic Level Examples of guarding technique

  29. Reducing switching activity Pipelining reduces critical path (enables savings due to voltage scaling, or slower but energy-efficient algorithms) reduces glitches disadvantages: area overhead (with an implicit increase of capacitances and increase in clock power) Register Transfer and Logic Level

  30. Reducing switching activity Reorganization of logic gates and operators manual (reorganization of logic cells and reordering inputs) automatic (performed by synthesis tools): combinatorial don’t care optimization path balancing factorization sequential state encoding retiming Register Transfer and Logic Level

  31. Register Transfer and Logic Level Reducing switching activity – examples of reorganization

  32. Factoring Idea: Remove common expressions to reduce capacitance Pa = 0.1 Pb = 0.5 Pc = 0.5 Caveat: This may increase activity!

  33. Don’t Care Optimization Example: a  b  c Activity is maximized for P(1) = 0.5!

  34. Sequential logic optimization • State encoding • seems to be of minimal impact in general • Data encoding in data paths • e.g. use of sign-magnitude , one-hot, or redundant representations • mostly ad hoc • Retiming for low power • registers can be strategically placed to reduce glitching, or to perform path balancing

  35. On this level of abstraction the number of manually guided optimizations is quite limited The place and route tools automatically minimize the wire length (and wire capacitances) according to the time constraints This doesn’t represent the optimum concerning power consumption There are some design tasks which can nevertheless be exploited to save power: partitioning (taking into account the interconnections between the layout blocks) back-annotating of layout capacitances together with switching activity information from gate level simulation to the synthesis tool (enables reoptimization of logic for low-power) Physical Level

  36. Conclusion • Power is a distributed problem – spans all designs disciplines: standards (GSM, OS), software, digital and analog hardware, process • Power related design decisions must be weighed against all of the system constraints: size cost, performance, testability, time to market … to develop a successful system • Low power design techniques have to be implemented at different levels of system design in order to achieve the best results

More Related