| Author |
Message |
red_0220
Joined: 08 Aug 2009 Posts: 12
|
26 Oct 2009 18:54 How to get the rise energy and fall energy |
|
|
|
|
Hi all,
I plan to calculate a inverter internal power.
I can know the internal energy equation by primepower manual.
(Internal power = rise_energy + fall_energy)
How to know the rise_energy and fall_energy data?
I need to create a cell library.
|
|
| Back to top |
|
 |
sudheerprasad
Joined: 25 Aug 2009 Posts: 15 Helped: 1 Location: india
|
27 Oct 2009 19:18 How to get the rise energy and fall energy |
|
|
|
|
______ ______
/ \_______/ \
<--------><---------->
calculate vdd*i(vdd) and integrate it over positive cycle of output until the point where it starts falling for rise_energy.
|
|
| Back to top |
|
 |
red_0220
Joined: 08 Aug 2009 Posts: 12
|
30 Oct 2009 7:18 Re: How to get the rise energy and fall energy |
|
|
|
|
| sudheerprasad wrote: |
______ ______
/ \_______/ \
<--------><---------->
calculate vdd*i(vdd) and integrate it over positive cycle of output until the point where it starts falling for rise_energy. |
Vout __/一一一\_______/一一\__/
...........<-rise->.<-fall->
so vdd*i(vdd) and integrate it over negative cycle of output until the point where it starts rising for fall_energy (no include posedge and negedge)?
|
|
| Back to top |
|
 |
Kazzam
Joined: 23 Jul 2007 Posts: 84
|
30 Oct 2009 12:50 Re: How to get the rise energy and fall energy |
|
|
|
|
| red_0220 wrote: |
Hi all,
I plan to calculate a inverter internal power.
I can know the internal energy equation by primepower manual.
(Internal power = rise_energy + fall_energy)
How to know the rise_energy and fall_energy data?
I need to create a cell library. |
hi...
just curious but what is a cell library???
|
|
| Back to top |
|
 |
Google AdSense

|
30 Oct 2009 12:50 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
servisgaga1
Joined: 02 Nov 2009 Posts: 2
|
02 Nov 2009 11:08 Re: How to get the rise energy and fall energy |
|
|
|
|
| I m also interest about that library cell!?
|
|
| Back to top |
|
 |
sudheerprasad
Joined: 25 Aug 2009 Posts: 15 Helped: 1 Location: india
|
10 Nov 2009 17:31 cell library |
|
|
|
|
cell library consists of combinational and sequential cells,like and ,nand ,dff etc,
each cell is characterised and the prop delay,rise/fall times ,power for diiferent i/p slope and o/p caps
are calculated .
cell library is used in synthesis tools like synopsys design compiler where a RTL code is synthesized to gatelevel code verified ,and when placement and routing is done cell libraries are again.
the better the cell library ,the better is the chip regarding area,power,performance.
there fore cell libraries are important and great effort goes to get a good cell library
|
|
| Back to top |
|
 |
Kazzam
Joined: 23 Jul 2007 Posts: 84
|
11 Nov 2009 6:13 Re: cell library |
|
|
|
|
| sudheerprasad wrote: |
cell library consists of combinational and sequential cells,like and ,nand ,dff etc,
each cell is characterised and the prop delay,rise/fall times ,power for diiferent i/p slope and o/p caps
are calculated .
cell library is used in synthesis tools like synopsys design compiler where a RTL code is synthesized to gatelevel code verified ,and when placement and routing is done cell libraries are again.
the better the cell library ,the better is the chip regarding area,power,performance.
there fore cell libraries are important and great effort goes to get a good cell library |
great information sudheer!!!! thank you very much
|
|
| Back to top |
|
 |