How can I calculate the gate count for a design?

L

Lee

Guest
Someone told me that synthesis tool can calculate the gate count
automatically. But I don't know how. For example, in Synopsys Design
Compiler, calculate the gate (NAND) count for a design.

Thanks

Adrian
 
On 22 Aug 2004 14:25:25 -0700, yxl4444@louisiana.edu (Lee) wrote:

Someone told me that synthesis tool can calculate the gate count
automatically. But I don't know how. For example, in Synopsys Design
Compiler, calculate the gate (NAND) count for a design.

Thanks

Adrian
You can do this by generating an area report (report_area -hier ).
This shows you the area of all blocks in some unit. This unit depends
on the cell library you used. To get the NAND2 count for the design,
you need to find out the size of the 1x drive NAND2 cell and divide
the total size to that number.
 
Hi,

What is the gate in "the gate count" mentioned by papers?NAND or NOR
or Inverter?

If I use the different basic gate, the gate count for a design could
be different. What is the usual way?

Thanks,

Adrian



kal<kal@dspia.com> wrote in message news:<c6pii01lp9mvq6n5tchdu57togc8s68g26@4ax.com>...
On 22 Aug 2004 14:25:25 -0700, yxl4444@louisiana.edu (Lee) wrote:

Someone told me that synthesis tool can calculate the gate count
automatically. But I don't know how. For example, in Synopsys Design
Compiler, calculate the gate (NAND) count for a design.

Thanks

Adrian

You can do this by generating an area report (report_area -hier ).
This shows you the area of all blocks in some unit. This unit depends
on the cell library you used. To get the NAND2 count for the design,
you need to find out the size of the 1x drive NAND2 cell and divide
the total size to that number.
 
On 23 Aug 2004 07:14:52 -0700, yxl4444@louisiana.edu (Lee) wrote:

Hi,

What is the gate in "the gate count" mentioned by papers?NAND or NOR
or Inverter?

If I use the different basic gate, the gate count for a design could
be different. What is the usual way?
The gate count is usually NAND2 with a 1x drive.
 

Welcome to EDABoard.com

Sponsor

Back
Top