Talk About Network

Google





Computer Aided Design - CAD > Cadence > Re: How to use ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 5 of 6 Topic 4185 of 4397
Post > Topic >>

Re: How to use dbCreateInstTerm ?

by Riad KACED <riad.kaced@[EMAIL PROTECTED] > Aug 24, 2008 at 11:48 PM

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=dbCreateRect(...)

2. Create the net to which the pin attaches.
--> ex: net=dbCreateNet(...)

3. Create a terminal on the same net.
--> ex. term=dbCreateTerm(...)

4. Create a pin:
--> ex. pin = 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/b421f36eebbfc5dc/48632edd0bc59964#48632edd0bc59964

At the end, please bear in mind that Instance terminals provide an
interface between instance and nets in the design.

Hope this helps ...
Riad.
 




 6 Posts in Topic:
How to use dbCreateInstTerm ?
bu-bu <bedoune@[EMAIL   2008-08-22 04:06:38 
Re: How to use dbCreateInstTerm ?
Jean-Marc Bourguet <jm  2008-08-22 13:55:25 
Re: How to use dbCreateInstTerm ?
"S. Badel" <  2008-08-22 15:06:55 
Re: How to use dbCreateInstTerm ?
bu-bu <bedoune@[EMAIL   2008-08-24 22:14:23 
Re: How to use dbCreateInstTerm ?
Riad KACED <riad.kaced  2008-08-24 23:48:43 
Re: How to use dbCreateInstTerm ?
bu-bu <bedoune@[EMAIL   2008-08-26 18:51:06 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
localhost-V2008-12-19 Fri Jan 9 12:43:46 PST 2009.