Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Cadence Low Power Flow (Power Domains creation and Power Estimation problems)

Status
Not open for further replies.

Nef

Newbie level 1
Joined
Apr 24, 2015
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
22
Dear all,

I am studying the Cadence low power flow, and I would need your help with some issues.

1. I have written a Common Power Format -CPF- file (version 1.1) with 14 Power Domains. Each switchable PD is created as follows:
create_power_domain -name PD* -instances {***}\
-shutoff_condition {***} -base_domains {***}
Then I have created a Design in SoC Encounter (v14.13) and executed the loadCPF and commitCPF commands.
These commands are executed without any error, and isolation and state retention instances are added to the PDs.

However at the end, three warnings arise:
**WARN: (ENCFP-3910): Power domain 'PD2' is out of die box. Cannot create rows for this power domain.
**WARN: (ENCFP-3910): Power domain 'PD5' is out of die box. Cannot create rows for this power domain.
**WARN: (ENCFP-3910): Power domain 'PD9' is out of die box. Cannot create rows for this power domain.

These three PDs differs from the others just in the number of instances. PD2, PD5 and PD9 have only one instance.
If I reduce the instances, to one, of the generic PDx, I'll have also the warning:
**WARN: (ENCFP-3910): Power domain 'PDx' is out of die box. Cannot create rows for this power domain.

I haven't ever read any rule about the number of instances in a PD. And I hadn't these warnings with a previous version of SoC Encounter (v11.12).
Have anyone ever had alike warnings?


2. I would like to estimate power consumption of my design.
Normally I synthesize the rtl, simulate the netlist, generate a switching activity VCD file, and I run a RC script which reads the netlist, reads the VCD and generates the power report.
But in this case my script can't work, because the commitCPF command doesn't add any power switches to the netlist. Thus RC doesn't know which part of the design should be off, even if I generated the VCD by simulating netlist + CPF.
I have modified my script, which now reads netlist, CPF, VCD and then generates the power report.
In this way the estimated power decreases, but I haven't ever read a guide with such a power estimation method, and I'm not sure the power in the report is correct.

There is a "correct" method to estimate the power consumption of a low power design?

Thanks for your help :)
Nef
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top