How to report flops by hierarchy

Status
Not open for further replies.

TonyLS

Member level 3
Joined
Jan 21, 2009
Messages
58
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Location
Boston, MA
Activity points
1,760
Does anyone have a handy way of reporting a list of flip flops by hierarchy in DC? I'm looking to do it interactively in DC while the ddc is loaded.

Thanks for your help
 

I think you may need the "get_cells" command and use the "-filter" option. Please "man get_cells" for detail.
Or you can write a TCL script to do it, using the DC/PT "attribute".
 

GeT_cells -hier -filter "is_sequential == true"
 

get_cells -hier -filter "is_sequencial == true && is_hierarchical == false" will give you all the leaf cells.

Note: -hier and is_hierarchical are two different attributes.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…