建的pcell在调用时怎么显示Name
坐等回复,我也想知道
换工艺
可以了解下NLPLabel
同意4楼说的
请教个问题,我用xl调出的instace,用dbcreatelabel打上instance name,但是移动器件时label不会跟着移动,有什么办法让它粘在一起?
layout相关SKILL查看sklayoutref.pdf
leAttachFig(
d_figId1
[ d_figId2 ]
)
=> t | nil
DescriptionAttaches d_figId1 to d_figId2 by making d_figId1 a child of d_figId2. If
d_figId1 is already attached to another object, it is detached from it. If d_figId2 is notspecified, d_figId1 is detached from any object it is currently attached to without attachingit to anything else.
thank you, you really can.
database id就是geGetSelSet返回的那个id,如db:12345678
我说的是用cadence自带的pcell,就是图形界面的,不是用skill语言去写的,不知道你说的NLPLabel这个是和语言有关系吗?
在图形界面打label:[@instanceName],然后选中并在CIW窗口中敲geGetSelSet()~>labelType="NLPLabel"
非常感谢,我当时只是知道有[@instanceName]这个步骤,下面就不知道了,你说的完美的解决了我的问题,再次感谢,高手 啊!