How to find Instances of a module in DC?

Status
Not open for further replies.

dft123

Junior Member level 1
Joined
Oct 19, 2011
Messages
17
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,391
How do i extract all the instances of a module for a netlist loaded in DC?

Ex: I have instances i1, i2, i3 of module A, instantiated at different places in the design? I need to search the paths of all the instances of module A. How do i do that?
 

Code:
get_cells -hier * -filter "ref_name==toto"
in this example, the command reports all cell with the reference name "toto".
 

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