P
PolyPusher
Guest
Hi all,
I am trying to get the pin info for instances that are not in
schematic and have no connectivity. For example, if you take a buffer
that has connectivity and copy it on the layout canvas.
If I select the buffer that has connectivity and type in the CIW:
geGetSelectedSet(geGetEditCellView())~>instTerms~>name;i will get
this...
(("in" "vdd" "sub" "out"))
for the buffer that I copied and have no connectivity I get
geGetSelectedSet(geGetEditCellView())~>instTerms~>name;i will get
this...
(nil)
I want to be able with skill to get the, I guess, lower level pin
names for those instances without connectivity. I would think this
is possible since if I select the buffer with no connectivity and
leHiPropagateNets() it shows the lower level pins.......
Any help would be appreciated,
PolyPusher
I am trying to get the pin info for instances that are not in
schematic and have no connectivity. For example, if you take a buffer
that has connectivity and copy it on the layout canvas.
If I select the buffer that has connectivity and type in the CIW:
geGetSelectedSet(geGetEditCellView())~>instTerms~>name;i will get
this...
(("in" "vdd" "sub" "out"))
for the buffer that I copied and have no connectivity I get
geGetSelectedSet(geGetEditCellView())~>instTerms~>name;i will get
this...
(nil)
I want to be able with skill to get the, I guess, lower level pin
names for those instances without connectivity. I would think this
is possible since if I select the buffer with no connectivity and
leHiPropagateNets() it shows the lower level pins.......
Any help would be appreciated,
PolyPusher