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.

how to get the gate count info from synthesis result

Status
Not open for further replies.

johnli100

Member level 1
Joined
Apr 13, 2004
Messages
32
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
243
i just finished the initial synthesis for a CPU subsystem, and i got an area report. from the report, how can get the basic gate-count info?

can someone give a detail explaint. Thank alot!
 

If u r xilinx ISE ,see map report.U can see gate count.
Generally
Gate count is repoerted in terms of nand gates.
The FF consists of 4 nand gates
inverter half nand gates
remaining all represent in terms of nand gates
All this in terms of asic gates
 

If you synthesis with a standcell library, you can find the report about the area, then you find the area of NANDX1(drive strength is 1, NAND gate), the last thing you have to do is use the full chip area dived NANDX1 area, you can get the gatecount of you design.
 

after synthesis, u get CELL AREA. divide the CELL AREA by the area of NANDX1 (basic NAND gate in ur library), then u get the GATE COUNT for your design.
 

Check the cell area of 2x1 NAND gate ,
there are lot of scripts avilable in solvnet.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top