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