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.

[SOLVED] ICC count DECAP cells

Status
Not open for further replies.

WTing

Newbie level 6
Joined
Jun 25, 2023
Messages
14
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
90
Hi
How can I know how many decap cell inside current chip? (in tcl command)
 

If I were you I'd try to get a flat SPICE netlist (if the design
is in schematic form), grep the cellName (presuming it's one
master used widely) to a file and

wc -l

But that's not the specific method you seem to want.

Depending on CAD platform you might find hierarchy
browsers for layout or schematic which can filter and
count instances-of-master.

You might be able to get similar counting out of a layout
by getting the flat, "extracted" view netlisted in text form.
 

Thanks
I know count it in gate-level netlist can work.
I still want to know how to get it in ICC GUI or tcl.
 

It does not work.
"Warning: No cell objects matched '*' (SEL-004)"
 

icc_shell> sizeof_collection [get_cells -filter "ref_name=~BUF2"]
45
icc_shell> sizeof_collection [get_cells -filter "ref_name=~FILL4"]
Warning: No cell objects matched '*' (SEL-004)
0
DECAP4 fail too.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top