net names in hierarchy.

C

cadguy7

Guest
Hi
I am trying to write something that would propogate down the schematic hierarchy and get the names of the name of every transistor and its bulk connection as referered to top level signal name. I wrote a self referencing procedure and am able to capture the hierarchy, but the name of the bulk nets are as they are called in the cell and not what they are used at the top level I am using bulkName = car(cadr(inst~>conns~>net~>sigNames)
How do I capture the top level signal name
Thanks for the help.

---
frmsrcurl: http://compgroups.net/comp.cad.cadence/
 
cadguy7 wrote, on 12/17/09 18:52:
Hi,
I am trying to write something that would propogate down the schematic hierarchy and get the names of the name of every transistor and its bulk connection as referered to top level signal name. I wrote a self referencing procedure and am able to capture the hierarchy, but the name of the bulk nets are as they are called in the cell and not what they are used at the top level I am using bulkName = car(cadr(inst~>conns~>net~>sigNames))
How do I capture the top level signal name?
Thanks for the help.

---
frmsrcurl: http://compgroups.net/comp.cad.cadence/
Unfortunately your requirements are a little vague, but quite possibly the
function you want is geGetAdjustedPath() ?

Regards,

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top