39
© Brehob -- Portions © Brooks, Dutta, Mudge & Wenisch On Power and Multi-Processors Finishing up power issues and how those issues have led us to multi-core processors. Introduce multi-processor systems.

On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

  • Upload
    others

  • View
    2

  • Download
    0

Embed Size (px)

Citation preview

Page 1: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

© Brehob -- Portions © Brooks, Dutta, Mudge & Wenisch

On Power and Multi-Processors

Finishing up power issues and how those issues have led us to multi-core processors.

Introduce multi-processor systems.

Page 2: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

© Brehob -- Portions © Brooks, Dutta, Mudge & Wenisch

Power from last time

• Power is perhaps the performance limiter

– Can’t remove enough heat to keep performance increasing

• Even for things with plugs, energy is an issue

– $$$$ for energy, $$$$ to remove heat.

• For things without plugs, energy is huge

– Cost of batteries

– Time between charging

Page 3: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

© Brehob -- Portions © Brooks, Dutta, Mudge & Wenisch

What we did last time (1/4)

• Power is important

– It has become a (perhaps the) limiting factor in performance

Page 4: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

© Brehob -- Portions © Brooks, Dutta, Mudge & Wenisch

When last we met (2/4)• Power is important to computer architects.

– It limits performance.

• With cooling techniques we can increase our power budget (and thus our performance).– But these techniques get very expensive very very quickly.

– Both to build and operate active cooling devices.

Costs power (and thus $) to cool Active cooling system costs $ to build

Page 5: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

© Brehob -- Portions © Brooks, Dutta, Mudge & Wenisch

When we last met (3/4)• Energy is important to computer architects

– Energy is what we really pay for (10¢ per kWh)

– Energy is what limits batteries (usually listed as mAh)• AA batteries tend to have 1000-2000 mAh or (assuming 1.5V) 1.5-

3.0Wh*

• iPad battery is rated at about 25Wh.

– Some devices limited by energythey can scavenge.

* Watch those units. Assuming it takes 5Wh of energy to charge a 3Wh battery, how much does it cost for the energy to charge that battery? What about an iPad?

http://iprojectideas.blogspot.com/2010/06/human-power-harvesting.html

Page 6: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

© Brehob -- Portions © Brooks, Dutta, Mudge & Wenisch

Power vs. Energy(again…)

Wh

at u

ses

po

we

r in

a c

hip

?

Page 7: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

© Brehob -- Portions © Brooks, Dutta, Mudge & Wenisch

Energy

• For things without plugs, energy is huge– Cost of batteries

– Time between charging

• (somewhat extreme) Example:– iPad Pro has 36.71 Watt-hour (10307mAh) which

is huge.

– Can Still run down a battery in a couple of hours

– Costs $99 for a new one (2-5 years of use or so)

Page 8: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

© Brehob -- Portions © Brooks, Dutta, Mudge & Wenisch

How much does it cost to charge that iPad Pro?

• It’s about $0.20/kWh in Michigan.

– Assuming half the energy is wasted when charging (which is high) 37Wh costs [(37*2)/1000]*$0.20 is 1.5 cents.

Page 9: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

© Brehob -- Portions © Brooks, Dutta, Mudge & Wenisch

When last we met (4/4)

• How do performance and power relate?*– Power approximately proportional to V2f.

– Performance is approximately proportional to f

– The required voltage is approximately proportional to the desired frequency.**

• If you accept all of these assumptions, we get that an X increase in performance would require an X3 increase in power.– This is a really important fact

*These are all pretty rough rules of thumb. Consider the second one and discuss its shortcomings.**This one in particular tends to hold only over fairly small (10-20%?) changes in V.

Page 10: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

10

Dynamic (Capacitive) Power Dissipation

• Data dependent – a function of switchingactivity

VOUT

CL

I

VIN

Wh

at

use

s p

ow

er i

n a

ch

ip?

Page 11: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

11

Capacitive Power dissipation

Power ~ ½ CV2Af

Capacitance:Function of wire length, transistor size

Supply Voltage:Has been dropping with successive fab generations

Clock frequency:Increasing…Activity factor:

How often, on average, do wires switch?

Wh

at

use

s p

ow

er i

n a

ch

ip?

Page 12: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

12

Static Power: Leakage Currents

• Subthreshold currents grow exponentially with increases in temperature, decreases in threshold voltage

• But threshold voltage scaling is key to circuit performance!

• Gate leakage primarily dependent on gate oxide thickness, biases

• Both type of leakage heavily dependent on stacking and input pattern

Igate

VOUT

CL ISub

VIN Tka

Vq

DSuba

T

ekI

Wh

at

use

s p

ow

er i

n a

ch

ip?

Page 13: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

13

© Brehob -- Portions © Brooks, Wenisch

So?

• What we’ve concluded is that if we want to increase performance by a factor of X, we might be looking at a factor of X3 power!

• But if you are paying attention, that’s just for voltage scaling!

• What about other techniques?

Perf

orm

an

ce &

Po

wer

Page 14: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

14

© Brehob -- Portions © Brooks, Wenisch

Other techniques?

• Well, we could try to improve the amount of ILP we take advantage of.

• That probably involves making a “wider” processor (more superscalar)

• What are the costs associated with doing that?

– How much bigger do things get?

• What do we expect the performance gains to be?

• How about circuit techniques?

• Historically the “threshold voltage” has dropped as circuits get smaller.

– So power drops.

• This has (mostly) stopped being true.

– And it’s actually what got us in trouble to begin with!

Perf

orm

an

ce &

Po

wer

Page 15: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

15

© Brehob -- Portions © Brooks, Wenisch

So we are hosed…

• I mean if voltage scaling doesn’t work, circuit shrinking doesn’t help (much), and ILP techniques don’t clearly work…

• What’s left?

• How about we drop performance to 80% of what it was and have 2 processors?

• How much power does that take?

• How much performance could we get?

• Pros/Cons?

• What if I wanted 8 processors?

–How much performance drop needed per processor?

Perf

orm

an

ce &

Po

wer

Page 16: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

Multiprocessors

Keeping it all working together

Page 17: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

Why multi-processors?

• Why multi-processors? Multi-processors have been around for a long time.

Originally used to get best performance for certain highly-parallel tasks.

But as noted, we now use them to get solid performance per unit of energy.

• So that’s it? Not so much.

We need to make it possible/reasonable/easy to use.

Nothing comes for free.

If we take a task and break it up so it runs on a number of processors, there is going to be a price.

Page 18: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

Thread-Level Parallelism

• Thread-level parallelism (TLP)

Collection of asynchronous tasks: not started and stopped together

Data shared loosely, dynamically

• Example: database/web server (each query is a thread)

accts is shared, can’t register allocate even if it were scalar

id and amt are private variables, register allocated to r1, r2

struct acct_t { int bal; };

shared struct acct_t accts[MAX_ACCT];

int id,amt;

if (accts[id].bal >= amt)

{

accts[id].bal -= amt;

spew_cash();

}

0: addi r1,accts,r3

1: ld 0(r3),r4

2: blt r4,r2,6

3: sub r4,r2,r4

4: st r4,0(r3)

5: call spew_cash

6: ... ... ...

Page 19: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

Shared-Memory Multiprocessors

P1 P2 P3 P4

Memory System

• Shared memory Multiple execution contexts sharing a single address space

Multiple programs (MIMD)

Or more frequently: multiple copies of one program (SPMD)

Implicit (automatic) communication via loads and stores

Page 20: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

What’s the other option?

• Basically the only other option is “message passing” We communicate via explicit messages.

So instead of just changing a variable, we’d need to call a function to pass a specific message.

• Message passing systems are easy to build and pretty efficient. But harder to code.

• Shared memory programming is basically the same as multi-threaded programming on one processors And (many) programmers already know how to do that.

Page 21: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

So Why Shared Memory?

Pluses For applications looks like multitasking uniprocessor

For OS only evolutionary extensions required

Easy to do communication without OS being involved

Software can worry about correctness first then performance

Minuses Proper synchronization is complex

Communication is implicit so harder to optimize

Hardware designers must implement

Result Traditionally bus-based Symmetric Multiprocessors (SMPs), and now

the CMPs are the most success parallel machines ever

And the first with multi-billion-dollar markets

Page 22: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

Shared-Memory Multiprocessors

P1 P2 P3 P4

• There are lots of ways to connect processors together

Interconnection Network

Cache M1

Interface

Cache M2

Interface

Cache M3

Interface

Cache M4

Interface

Page 23: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

Paired vs. Separate Processor/Memory?• Separate processor/memory

Uniform memory access (UMA): equal latency to all memory

+ Simple software, doesn’t matter where you put data

– Lower peak performance

Bus-based UMAs common: symmetric multi-processors (SMP)

• Paired processor/memory

Non-uniform memory access (NUMA): faster to local memory

– More complex software: where you put data matters

+ Higher peak performance: assuming proper data placement

CPU($)

Mem

CPU($)

Mem

CPU($)

Mem

CPU($)

Mem

CPU($)

Mem

CPU($)

Mem

CPU($)

Mem

CPU($)

MemR RRR

Page 24: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

Shared vs. Point-to-Point Networks

• Shared network: e.g., bus (left)

+ Low latency

– Low bandwidth: doesn’t scale beyond ~16 processors

+ Shared property simplifies cache coherence protocols (later)

• Point-to-point network: e.g., mesh or ring (right)

– Longer latency: may need multiple “hops” to communicate

+ Higher bandwidth: scales to 1000s of processors

– Cache coherence protocols are complex

CPU($)

MemCPU($)

Mem R

CPU($)

Mem R

CPU($)

MemR

CPU($)

MemR

CPU($)

Mem

CPU($)

Mem

CPU($)

Mem RRRR

Page 25: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

Organizing Point-To-Point Networks• Network topology: organization of network

Tradeoff performance (connectivity, latency, bandwidth) cost

• Router chips

Networks that require separate router chips are indirect

Networks that use processor/memory/router packages are direct

+ Fewer components, “Glueless MP”

• Point-to-point network examples

Indirect tree (left)

Direct mesh or ring (right)

CPU($)

Mem

CPU($)

Mem

CPU($)

Mem

CPU($)

MemR RRR

R

R

R

CPU($)

Mem R

CPU($)

Mem R

CPU($)

MemR

CPU($)

MemR

Page 26: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

Implementation #1: Snooping Bus MP

• Two basic implementations

• Bus-based systems

Typically small: 2–8 (maybe 16) processors

Typically processors split from memories (UMA) Sometimes multiple processors on single chip (CMP)

Symmetric multiprocessors (SMPs)

Common, I use one everyday

CPU($) CPU($)

Mem

CPU($)

Mem

CPU($)

Page 27: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

Implementation #2: Scalable MP

• General point-to-point network-based systems Typically processor/memory/router blocks (NUMA)

Glueless MP: no need for additional “glue” chips

Can be arbitrarily large: 1000’s of processors Massively parallel processors (MPPs)

In reality only government (DoD) has MPPs… Companies have much smaller systems: 32–64 processors

Scalable multi-processors

CPU($)

Mem R

CPU($)

Mem R

CPU($)

MemR

CPU($)

MemR

Page 28: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

Issues for Shared Memory Systems

• Two in particular Cache coherence

Memory consistency model

• Closely related to each other

Page 29: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

An Example Execution

• Two $100 withdrawals from account #241 at two ATMs Each transaction maps to thread on different processor

Track accts[241].bal (address is in r3)

Processor 0

0: addi r1,accts,r3

1: ld 0(r3),r4

2: blt r4,r2,6

3: sub r4,r2,r4

4: st r4,0(r3)

5: call spew_cash

Processor 1

0: addi r1,accts,r3

1: ld 0(r3),r4

2: blt r4,r2,6

3: sub r4,r2,r4

4: st r4,0(r3)

5: call spew_cash

CPU0 MemCPU1

Page 30: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

No-Cache, No-Problem

• Scenario I: processors have no caches No problem

Processor 0

0: addi r1,accts,r3

1: ld 0(r3),r4

2: blt r4,r2,6

3: sub r4,r2,r4

4: st r4,0(r3)

5: call spew_cash

Processor 1

0: addi r1,accts,r3

1: ld 0(r3),r4

2: blt r4,r2,6

3: sub r4,r2,r4

4: st r4,0(r3)

5: call spew_cash

500

500

400

400

300

Page 31: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

Cache Incoherence

• Scenario II: processors have write-back caches Potentially 3 copies of accts[241].bal: memory, p0$, p1$

Can get incoherent (inconsistent)

Processor 0

0: addi r1,accts,r3

1: ld 0(r3),r4

2: blt r4,r2,6

3: sub r4,r2,r4

4: st r4,0(r3)

5: call spew_cash

Processor 1

0: addi r1,accts,r3

1: ld 0(r3),r4

2: blt r4,r2,6

3: sub r4,r2,r4

4: st r4,0(r3)

5: call spew_cash

500

V:500 500

D:400 500

D:400 500V:500

D:400 500D:400

Page 32: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

Hardware Cache Coherence

• Coherence controller: Examines bus traffic (addresses and data)

Executes coherence protocol What to do with local copy when you see different

things happening on bus

CPU

D$

data

D$

tags

CC

bus

Page 33: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

Snooping Cache-Coherence Protocols

Bus provides serialization point

Each cache controller “snoops” all bus transactions take action to ensure coherence

invalidate

update supply value

depends on state of the block and the protocol

Page 34: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

Snooping Design Choices

Processor

ld/st

Snoop (observed bus transaction)

State Tag Data

. . .

Controller updates state of blocks in response to processor and snoop events and generates bus xactions

Often have duplicate cache tags

Snoopy protocol set of states

state-transition diagram

actions

Basic Choices write-through vs. write-back

invalidate vs. update

Cache

Page 35: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

The Simple Invalidate Snooping Protocol

Write-through, no-write-allocate cache

Actions: PrRd, PrWr, BusRd, BusWr

PrWr / BusWr

Valid

BusWr

Invalid

PrWr / BusWr

PrRd / BusRd

PrRd / --

Page 36: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

Example time

Processor 1 Processor 2 Bus

Processor

Transaction

Cache

State

Processor

Transaction

Cache

State

Read A

Read A

Read A

Write A

Read A

Write A

Write A

Actions:

• PrRd, PrWr,

• BusRd, BusWr

Page 37: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

More Generally: MOESI

[Sweazey & Smith ISCA86]

M - Modified (dirty)

O - Owned (dirty but shared) WHY?

E - Exclusive (clean unshared) only copy, not dirty

S - Shared

I - Invalid

Variants MSI

MESI

MOSI

MOESI

O

M

E

S

I

ownership

validity

exclusiveness

Page 38: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch

MESI example

• M - Modified (dirty)• E - Exclusive (clean unshared) only copy, not dirty• S - Shared• I - Invalid

Processor 1 Processor 2 Bus

Processor

Transaction

Cache

State

Processor

Transaction

Cache

State

Read A

Read A

Read A

Write A

Read A

Write A

Write A

Actions:

• PrRd, PrWr,

• BRL – Bus Read Line (BusRd)

• BWL – Bus Write Line (BusWr)

• BRIL – Bus Read and Invalidate

• BIL – Bus Invalidate Line

Page 39: On Power and Multi-Processors · • Energy is important to computer architects –Energy is what we really pay for (10¢ per kWh) –Energy is what limits batteries (usually listed

EECS 470

© Brehob -- Portions © Falsafi, Hill, Hoe, Lipasti, Martin,

Roth, Shen, Smith, Sohi, Vijaykumar. Wenisch