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 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
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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top