| Author |
Message |
pantic
Joined: 06 May 2003 Posts: 93 Helped: 2
|
31 Jan 2005 22:50 Net names in Cadence Virtuoso |
|
|
|
|
Hi
I need to know how to obtain a list with all net names of a design in Cadence Virtuoso because I want to do a RCX-Extraction of selected nets with Assura.
Thanks
|
|
| Back to top |
|
 |
mrp_me
Joined: 23 Jan 2005 Posts: 13
|
31 Jan 2005 23:22 Net names in Cadence Virtuoso |
|
|
|
|
There are two ways to select the net names in Assura RCX.
1. From Schematic
2. From Layout.
If you want to set from layout, you have to know the net names, In assura LVS, you can refer to <run_name.erc> file for pin and net names. Else youc an use SKILL routines to have a list of all net_names.
Hope this helps.
|
|
| Back to top |
|
 |
pantic
Joined: 06 May 2003 Posts: 93 Helped: 2
|
01 Feb 2005 0:22 Re: Net names in Cadence Virtuoso |
|
|
|
|
Thank you for the response
| Quote: |
There are two ways to select the net names in Assura RCX.
1. From Schematic
2. From Layout. |
How can I tell Assura that I want to select the net names from schematic or from layout? I haven't seen any option to do it.
| Quote: |
| Else youc an use SKILL routines to have a list of all net_names. |
Could you please explain me what are Skill routines and how to use them?
Thanks a lot
|
|
| Back to top |
|
 |
mrp_me
Joined: 23 Jan 2005 Posts: 13
|
02 Feb 2005 23:04 Net names in Cadence Virtuoso |
|
|
|
|
I don't know which version of Assura you are using. If you are using the latest version.. Its under extraction and the selection known as Name space..
which has two options.. One is Layout names and other is Schematic names..
Now if you want to extract all the net names from SKILL you can use the SKILL db routines ..
|
|
| Back to top |
|
 |
onenamedone555
Joined: 24 Feb 2005 Posts: 6 Location: SJ
|
24 Feb 2005 1:44 Re: Net names in Cadence Virtuoso |
|
|
|
|
If you have the cvId = (geGetEditCellView() or dbOpenCellView(libname cellname viewname) then you can use
cvId~>nets~>name
in the CIW to see the names
skilldesigner(at)yahoo.com
|
|
| Back to top |
|
 |