M
Manoj Venkatasubbu
Guest
Hi,
I have a skill routine that creates pins in the layout. I followed the
same procedure mentioned in
http://groups.google.com/group/comp.cad.cadence/browse_thread/thread/779927d1f8f11925/d70eb916e5e1bec6?lnk=gst&q=create+pin#d70eb916e5e1bec6
The pins are being created but I run into a problem at the parasitic
extraction stage. The extraction engine is not able to identify these
pins because there is no label attached to these pins.
When I manually create a pin I check the option 'Display Pin Name'
option and this creates a label attached to the pin and this pin is
visible in the extracted netlist.
I created a label (dbCreateLabel) and tried to attach it to the pin
using leAttachFig, but this doesn't work.
Any help will be much appreciated.
Additional info:
I noticed that in a manually created pin, say pin1,
pin1~>children~>owner and pin1~>children~>associate is not nil, but
for pins created from the routine the owner and associate fields are
nil. Although leAttachFig is creating a parent-child link between the
pin and the label it leaves the owner and associate fields empty.
I have a skill routine that creates pins in the layout. I followed the
same procedure mentioned in
http://groups.google.com/group/comp.cad.cadence/browse_thread/thread/779927d1f8f11925/d70eb916e5e1bec6?lnk=gst&q=create+pin#d70eb916e5e1bec6
The pins are being created but I run into a problem at the parasitic
extraction stage. The extraction engine is not able to identify these
pins because there is no label attached to these pins.
When I manually create a pin I check the option 'Display Pin Name'
option and this creates a label attached to the pin and this pin is
visible in the extracted netlist.
I created a label (dbCreateLabel) and tried to attach it to the pin
using leAttachFig, but this doesn't work.
Any help will be much appreciated.
Additional info:
I noticed that in a manually created pin, say pin1,
pin1~>children~>owner and pin1~>children~>associate is not nil, but
for pins created from the routine the owner and associate fields are
nil. Although leAttachFig is creating a parent-child link between the
pin and the label it leaves the owner and associate fields empty.