get_attribute都可以得到哪些 attribute
时间:10-02
整理:3721RD
点击:
如何得到某个命令的 argument 呢,比如
get_attribute [get_designs test] area
这个 get_attribute命令都有哪些呢,除了area 还可以写什么?怎么查呢
这个area好像就不是一个合法的,出现了如下错误:
Error: Required argument 'attribute_name' was not found (CMD-007)
有人知道不,多谢了先
get_attribute [get_designs test] area
这个 get_attribute命令都有哪些呢,除了area 还可以写什么?怎么查呢
这个area好像就不是一个合法的,出现了如下错误:
Error: Required argument 'attribute_name' was not found (CMD-007)
有人知道不,多谢了先
list_attr -app -class cell
后面会列出所有cell的attr
这个是ICC的命令吧 有没有encounter的?
没用过,不好意思,应该差不多吧,看看ug?
encounter 的get-attribute和 icc类似,但是稍弱,
恩 这个好像只能得到net的属性 getAttribute
getAttribute -net netName
Displays the current net attribute settings in the Encounter console and in the Encounter log
file. At the end of the display, the NanoRoute router lists each attribute, enclosing it in braces
({}) so you can use it in a Tcl script with variables. See “setAttribute” on page 1281 for
descriptions of NanoRoute attributes.
我说的是get_attribute , 不是getAttribute,
edi也可用 get_property ,