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 database id of instances in Skill layout?

Status
Not open for further replies.

sridhar540

Member level 3
Joined
Feb 14, 2008
Messages
66
Helped
3
Reputation
6
Reaction score
0
Trophy points
1,286
Location
HYDERABADIGUY
Activity points
1,806
Hello all,
I want to find out how we can know the database id of nets , instances etc.
I can get the dbid of a cellview by using the command deGetCellView() command.

Cheers,
Sridhar
 

Skill layout

You can get the id of the selected instance (only one selected) by:
Code:
car(geGetSelSet())
You can get a list of all instances by
Code:
cellViewId~>instances

You can get the id of a selected net by
Code:
car(geGetSelSet())~>net
 

Re: Skill layout

Hello Hughes,
The third command car(geGetSelSet())~>net
is not working. It is giving the result as nil.
Here I have selected a path and executed the command it's giving as nil.

Cheers,
Sridhar.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top