On 8=A4=EB25=A4=E9, =A4=C8=AB=E13:48, Riad KACED <riad.ka...@[EMAIL PROTECTED]
>
wro=
te:
> Dear bubu,
>
> In order to create a pin in your Pcell, you need to fellow these
> steps:
>
> 1. Create the shape that will serve as the pin.
> --> ex: fig=3DdbCreateRect(...)
>
> 2. Create the net to which the pin attaches.
> --> ex: net=3DdbCreateNet(...)
>
> 3. Create a terminal on the same net.
> --> ex. term=3DdbCreateTerm(...)
>
> 4. Create a pin:
> --> ex. pin =3D dbCreatePin(...)
>
> The figure of a pin represents physical implementation and graphical
> rendering for the pin. A
> pin cannot exist without being attached to a terminal. A terminal
> cannot exist without being
> attached to a net.
>
> You can then look for your pins using
> cvId~>nets~>pins or cvId~>terminals~>pins or any other ...
>
> I've previously posted an example that shows how to get pin figures
> from a schematic, it might be helpful for you
...http://groups.google.com=
/group/comp.cad.cadence/browse_thread/thread/...
>
> At the end, please bear in mind that Instance terminals provide an
> interface between instance and nets in the design.
>
> Hope this helps ...
> Riad.
Hello Riad,
Thanks a lot for your answer.
Regards,
b.


|