Andrew Beckett
Guest
|
Posted:
Thu Aug 19, 2004 9:05 pm Post subject:
Re: Recognizing SKILL based layouts? |
|
|
If you're looking at the instances, you can tell if an instance is an instance
of a pcell, by checking if that instance's master has a superMaster.
setof(inst cv~>instances inst~>master~>superMaster)
The isParamCell will exist as a property on the superMaster - so you could check
that, but of course a master will only have a superMaster if it is built by a
pcell.
Andrew.
On Thu, 19 Aug 2004 11:20:50 -0500, Jackson Harvey <jharvey@bermai.com> wrote:
| Quote: |
I want to select all of the SKILL-based layouts in an opened layout cell
view. I cannot find any property that distinguishes such layouts from
"normal" layout. isParamCell seems to be nil, when I thought that would
be the property to check. Any ideas?
Thanks in advance,
Jackson Harvey
|
--
Andrew Beckett
Senior Technical Leader
Custom IC Solutions
Cadence Design Systems Ltd |
|