19
High-level System Modeling and Power Management Techniques Jinfeng Liu Dept. of ECE, UC Irvine Sep. 2000

High-level System Modeling and Power Management Techniques

  • Upload
    inoke

  • View
    27

  • Download
    0

Embed Size (px)

DESCRIPTION

High-level System Modeling and Power Management Techniques. Jinfeng Liu Dept. of ECE, UC Irvine Sep. 2000. Background. X2000 Avionics System Architecture COTS – based building blocks for system integration Low cost component with strong commercial support - PowerPoint PPT Presentation

Citation preview

Page 1: High-level System Modeling and Power Management Techniques

High-level System Modeling and Power Management Techniques

Jinfeng Liu

Dept. of ECE, UC Irvine

Sep. 2000

Page 2: High-level System Modeling and Power Management Techniques

Background X2000 Avionics System Architecture

COTS – based building blocks for system integration Low cost component with strong commercial supportWidely accepted specification, design, application and

testingReduced development cost

Dual system bus architectureIEEE 1394 bus

Hi performance on fast data rate Moderate power Reconfigurable structure

I2C bus Low power Adequate data rate for low-speed communication

Page 3: High-level System Modeling and Power Management Techniques

Examples X2000 Power Requirement

Computing performance10 – 20 times increase

Power consumption10 times decrease in digital electronics2 times decrease in analog electronics

Mars Rover Power management Mission requirement

Image and scientific experiment Power supply

Non-rechargeable battery and solar panel Power management solution

Serialize all operations to avoid exceeding power supply margin

Page 4: High-level System Modeling and Power Management Techniques

What is PACC? Low power design – as low as possible

Minimize power consumption at circuit/gate level No system-level and application specific knowledge Limited reconfiguration space to meet multiple mission

requirement

Power aware computation – use power wisely Power model built on application-specific knowledge Reconfigurable system architecture to meet multiple mission

requirement Adaptive adjustment to run-time power supply Optimize power usage on system level

Use power efficiently to complete computationRegulate power surge to protect batteryShorten execution time to save energy

Page 5: High-level System Modeling and Power Management Techniques

Our Approach High-level system modeling techniques

Describe the system in high-level abstractions Employ application specific knowledge in system models Apply power aware management methodologies in different

levels System models

Behavioral modeling – software architecture, application specific knowledge

Architectural modeling – hardware platformPartitioning – mapping behavioral objects to architectural

structuresScheduling – a valid sequence of concurrent/parallel

operations on multiple processors that satisfies real-time requirement

Page 6: High-level System Modeling and Power Management Techniques

Our Approach Power management and optimization

Behavioral modeling – extract power related attributes of all objects

Architecture modeling – use low-power devices or devices that can operate on low-power mode

Partitioning – merge computations on under-utilized processors on one processor to improve utilization

Partitioning – separate tightly coupled computations into clusters to localize communication

Scheduling – arrange operation sequence to satisfy power apply limitation and regulate power consumption within a stable range

Page 7: High-level System Modeling and Power Management Techniques

Behavioral Model Application specific knowledge

Input, output and function Dependency and precedence Control and data flow Timing and sequence

Software architecture Operating system features – real-time, centralized,

distributed, and etc. Execution model – event driven, interrupt, distributed agent,

client-server, and etc. Communication model – protocol stack and specification

Power related attributes Data rate, execution time, CPU speed, memory size,

communication path, and etc.

Page 8: High-level System Modeling and Power Management Techniques

Architectural Model Component – available COTS

Type – processor, memory, I/O, DSP, bus, and etc. Interface – how the components can be connected to each

other Modes – operation modes parameters, voltage, clock speed,

bandwidth, power consumption, and etc.

Package – a bundle of connected components that performs certain operation Components – a set of connected components Internal/external interface – how components are connected Modes – configuration space of the collected components

specified by each component’s working mode and collective attributes, e.g., voltage, speed, power and etc.

Page 9: High-level System Modeling and Power Management Techniques

Partitioning Mapping – map behavioral objects to hardware

Group related OS, communication, control and application objects into processing nodes

Extract data objects into storage nodes Allocate components/packages for each processing node Arrange data storage for data nodes and optimize storage location

to reduce communication Establish communication paths among nodes that comply with the

communication model Setup working mode of each component/package to fit the

behavioral requirement Extract attribute of each structure

Function – computation, control, communicationCPU utilizationBus trafficPower consumption

Page 10: High-level System Modeling and Power Management Techniques

Partitioning Migration – combine multiple nodes to one node to improve

utilization Examine the utilization of each processor Migrate computation on under-utilized processors and merge

corresponding storage if necessary Balance power consumption and CPU utilization

Segmentation – arrange nodes in tight communication in a bus segmentation Group nodes by communication localities Settle each group in a bus segment (a feature of IEEE 1394) Extract attributes of localized communication mode in a segmented

bus Improved performanceReduced bus trafficReduced power consumption

Page 11: High-level System Modeling and Power Management Techniques

Scheduling Scheduling techniques

Deadline based real-time scheduling on multiprocessors Rate-monotonic scheduling – extend existing RM

scheduling to multiprocessors Timing constraint graph scheduling – multiple

serializable sequences in single heart beat Constraint logic solving

Transfer all constraints into a pure mathematical formUse tools to solve the problem in mathematical domain

Power constraint schedulingSchedule events to meet power requirementRegulate power surgeUse power efficiently to reduce execution timeUse graphic tool to visualize power consumption

Page 12: High-level System Modeling and Power Management Techniques

Scheduling Our scheduling tool

A novel graphical tool that visualize timing and power constraint and transforms them into simple graph problems

Event – binsTiming – horizontal sizePower – vertical sizeEnergy – area of the bin

Power surge – compacting bins downward Timing constraints – bin packing problem to satisfy

horizontal constraints Power constraints – bin packing problem to satisfy vertical

constraints Powerful management and optimization tool to give

designers a vision to the power surge on run-time

Page 13: High-level System Modeling and Power Management Techniques

Power Scheduling Graph

A

B B B B

C C C C C

D D D

Constant task A

Periodic task B

Periodic task C

Task D follows B

Processor 1

Processor 2

Power

Time

Extended Gantt chart to describe parallel operations on multiprocessors with power consumption attributes

Starting time

Ending time

Power level Energy consumption

Page 14: High-level System Modeling and Power Management Techniques

Timing Constraint

A

B

C

DPower

Time

B

C

Deadline of B (scheduling space) Deadline

of B

Min timing constraint

of D Max timing constraint

of D

Deadline of C (scheduling space)

Deadline of C

Timing constraints defined by deadline, min and max timing constraint limit the horizontal position of each bin

Scheduling space of D

Page 15: High-level System Modeling and Power Management Techniques

Power Constraint

Time

A

B B B B

C

C

C

C C

D

D

D

Power

C D C C

A

B B B B

C C C C C

D D DPower

Time

Max power

Compacting bin downward makes the curve of power surge

Max power

Page 16: High-level System Modeling and Power Management Techniques

Scheduling

A

B

C

DPower

Time

B

C

Deadline of B

Deadline of B

Min timing constraint of

D

Max timing constraint of

D

Deadline of C

Deadline of C

C

D

Slide bin within timing space to meet power constraint

C

Squeeze/extend bin to available time slot to meet power constraint.

This may require changing clock speed of the processor, and power consumption should be also changed.

Scheduling becomes a bin-packing problem

Page 17: High-level System Modeling and Power Management Techniques

How it works

Time

A

B B B B

C

C

C

C C

D

D

D

Power

C D C C

Max power

Designers can slide the bins on timing constraint graph while monitoring power surge on power constraint graph

Min power

A

B B B B

C C C C C

D D DPower

Time

Power constraint graph

Timing constraint graph

Page 18: High-level System Modeling and Power Management Techniques

Examples Mars Rover Power Management – walking mode

System specificationsSix driving motors for wheelsFour steering motorsHeaters for each motorSystem health checkHazard detection

Timing constraints Power constraints Solutions

Serialize each operation to satisfy power constraintToo conservative usage of powerNo scheduling tool is used

Page 19: High-level System Modeling and Power Management Techniques

Scheduling Results To be continued

Under construction