You are on page 1of 30

Approaches for Power Management verification of SoC having dynamic power and voltage switching Prabhu Bhairi Texas

Instruments
1

Agenda
Overview of low power design Why low power verification? Limitation of traditional simulators. Tools and flows at various stages of design cycle
Flow details Pros cons

Conclusion

Typical Low Power Design Desc.


Design Size > 20 Million gates Multiple Voltage Domains and Power Domains Many Always ON Paths Lots of Power Switches, Isolations and Level Shifters and Always On buffers Many Retention Flops Power Management :
Shutdown/Sleep: Voltage Domains and Power Domains Retention Schemes: Multiple retention flops

IP Intensive
More than 100 IPs

Dynamic Power and voltage switching


ON OFF

On State

LP State1
VD1

PD1

PD2
Always on

PD1

PD2 Always on

VD1

PD3

VD2

PD3

VD2

LP State3

LP State2
VD1

PD1

PD2 Always on

PD1

PD2 Always on

VD1

PD3

PD3

VD2

Limitations of Traditional Simulators


Limitations
There is no mechanism to partition design into multiple voltages and domains. Traditional simulators insensitive to power states of the device. Simulator engines does not recognize 1. Voltage changes. 2. Retention behavior of logic/memory

What is power aware Simulation?


What is Power Aware Simulation ?
Mimicking the power down/wakeup behavior at RTL/Gate level simulation.

Why is Power Aware Simulation needed ?


Todays complex SoC designs have considerable logic implemented for Power Management. Most of the PM logic can be implemented at RTL/Gate level. Important to find the critical bugs at early stages in the design cycle.

Approaches of Low power verification

1. ynamic/simulator based verification D 2. tatic/Structural Verification S

Dynamic/simulator based verification approaches

1. Simulator platforms
RTL level(PARTL) : Power Aware RTL simulations-UPF/PCF/CPF Gate Level(PAGLS): Power Aware gate level simulations

2. Emulator platform
RTL Level : Power aware verification UPF/PCF/CPF based Gate Level: Power aware gate on accelerator platforms (Zero delay)

External IP RTL
IP level Flow
Compilation

Top Level SoC RTL+ Internal IPs

Compiled RTL

Compilation

Deliverable to SoC team

Simulation

External IP flow SoC flow


9

External IP RTL
IP Level Flow
Compile Compiled library

HM Power Intent

Top level SoC RTL + internal IPs

Top level Power Intent

Compile

Compiled library

PA generator

Simulator + PLI
Assertions

External IP flow SoC flow


10

Requirement of PARTL tools for SoC


1. Standard, inheritable and reusable (across all phases of the design cycle) power constraint specification 2. The constructs to have robust power intent specification 3. Handling Multi Vendor IPs (simulator specific Compiled RTL) with in-house logic in mixed HDL mode. 4. The Multiple Retention scheme, schemes could be vendor specific. 5. Low coverage at SoC level, cannot cover every flip flop and every signal by SoC level self checking scenario simulation. 1. Support of assertions 6. Extract the info about Retention flops, Latches, always on signals etc from RTL using the tool 7. Handling behavioral models.

11

Pros and Cons of PARTL


Pros.
Highlight issues very early in design cycle- Before RTL freeze. Easy to debug compared to other platforms. Run times are better than PAGLS

Cons
No mechanism to validate the PCF files. Run time 2 to 3x slower than normal RTL simulation Tools are not very robust yet.

12

What is power aware Gate


What is Power Aware gate? It is a netlist with power switches and cells with power pins

Why is Power Aware gate? Lot of power management features will be implemented by BE tools . This netlist has all the switches and power connection so can catch any potential issue in power feature implementation

External IP power Netlist


IP level Flow
Compile

Top Level SoC Power Netlist

Compiled library

Power aware modeled cell libraries

Compilation

Deliverable to SoC team

Simulation

External IP flow SoC flow


14

Pros and Cons of PAGLS


Pros.
Very close to final design hence best candidate to catch issues. Will catch any issue in BE implementations and power constraint file issues No Power constraint creation effort

Cons
Run time and memory foot print 4 to 5x slower compared to PARTL
Netlist is ~2 times bigger than normal netlist

Very late in the design cycle. Debugging is very difficult. Developing the power aware library models is effort intensive.

15

Power aware emulations with RTL


Faster run time ? Run application scenarios ? Enable better PM feature space coverage! How?

Use an emulation platform!!!

16

Power-Aware Emulation

Target cycle time reduction here

17

External IP power netlist


IP level Flow
synthesis

Top Level SoC Power netlist

Emulator data base Power aware Emulator lib cells


Deliverable to SoC team

Compilation

Emulator run

External IP flow SoC flow


18

Advantages
Randomized values may create a worst case scenario compared to x in simulations Inherently faster platform. System level use-cases for PA features can be planned and executed faster. Enables us to do full coverage due to the speed the platform offers.

Limitations
There is no real x hence few fails may be masked Many features not yet fully supported on production version in Emulations platforms Debugging is tedious Vulnerable to power constraints issues like PARTL if Emulation RTL flow is used
19

Static/Structure verification

1. Lint tools to verify PM connectivity 2. Static low power verification on power netlist 3. STA based static checks

20

Conclusion
Low power requirements have undoubtedly exposed a new challenge in DV/EDA community. Lot of flows and EDA support already exist.
Each of them have there own benefit and limitations

Given all this Silicon still remains the best platform for low power verification, Pre SI DV: we just do not have a perfect solution today because of enormous complexity in the design. we should continue focus on improvement on flows and tools. Simulation speed with low power enabled worsens even more.

21

BACK UP

22

Key words in low power implementation


Power domain Voltage domain Isolation cell
Tie cell, ISO latch

Level shifter Retention flip/flop, latch Retention memory Power switch Wakeups Always on logics/domains IO iso/wakeup
23

Low Power Verification Challenges at SoC level and solutions


1. Standard, inheritable and reusable (across all phases of the design cycle) power constraint specification

Soln: Supports the standard power specification format (like UPF) If any legacy power intent is specified for an IP
Ex: APF->UPF, PCF->UPF conversion is seamless to user.

24

Low Power Verification Challenges at SoC level and solutions


2 Support of constructs to have robust power intent specification.

Soln: Support for wild character


Ex *iso_cel* for specifying always on signals Ex: A xor B for shutdown.

Support of expressions for power control signals Supports specifying the source, destination and cell kind of constructs for always on path tracing.

25

Low Power Verification Challenges at SoC level and solutions


3 Handling Multi Vendor IPs (simulator specific Compiled RTL) with in-house logic in mixed HDL mode.

Soln: RTL cannot be provided from external IP vendors


Flow should not demand RTL

Supports simple flow for delivery of IP DB readable by tool. Generation of power aware DB needs to be simple and no major changes to the existing IP flow required. UPF at IP level to be reusable in top level simulations

26

Low Power Verification Challenges at SoC level and solutions


4 Support for Multiple Retention scheme, schemes could be vendor specific.

Soln: Tool should be able to read the asic cell models of retention flops and generate the Power Intent. Input could also be given by a generic UPF format in the early stages of the design

27

Low Power Verification Challenges at SoC level and solutions


5 Low coverage at SoC level, cannot cover every flip flop and every signal by SoC level self checking scenario simulation.

Soln: Use of built in assertions for the following cases can reduce the debugging time and help in capturing bugs, which can be missed by self checking testcases
X propagation on always on paths Retention flop/Latch protocol violations during save or restore. Low Voltage wiggling indicators. Power Islands States and Sequence of Switching.

28

Low Power Verification Challenges at SoC level and solutions


6 Cross check with gate netlist.

Soln: Extract the info about Retention flops, Latches, always on signals etc from RTL using the tool Extract similar info from a back end tool, Compare the two to confirm the implementation.

29

Low Power Verification Challenges at SoC level and solutions


7 Handling behavioral models and initial blocks

Soln: Corrupting behaviar models not required as it takes unnecessary toll on performance Only output corruption is good enough Initial blocks need to be reevaluated on each wakeup

30

You might also like