在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 588|回复: 3

[求助] dbCreatParamInstByMasterName函数的用法,前面几个参数看懂了,后面几个不太明白。

[复制链接]
发表于 2023-7-11 15:24:56 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
有哪位大佬可以解释下吗?
发表于 2023-7-11 17:17:18 | 显示全部楼层
看看
发表于 2023-7-19 16:56:46 | 显示全部楼层
这个函数是哪个里面的,怎么找不见??
发表于 2023-7-19 17:31:02 | 显示全部楼层
dbCreateParamInstByMasterName(
d_cellView
t_libName
t_cellName
t_viewName
t_name
l_origin
l_orient
[ x_numInst
[ l_params
[ g_physOnly ] ] ]
)

d_cellView: Cellview in which the instance is created.

t_libName: Library name of the master cellview.

t_cellName: Cell name of the master cellview.

t_viewName: View name of the master cellview.

t_instName: Name of the new Pcell instance. If nil the program assigns a unique name to the instance. The name must obey the syntax of instance names as defined at the beginning of this chapter.

l_origin: Origin of the new instance.

l_orient: Orientation of the new instance.

x_numInst: Number of instances; if t_name is given, it overrides any value specified by x_numInst (that is, the number of instances is derived from the name instead of taken from the x_numInst argument). If not specified, the default is one.

l_params: List of l_param, where l_param is list( t_propName t_propType g_value).

g_physOnly: Optional boolean argument that specifies whether the instance is only in physical domain when the argument is t; or it is in both physical and module domain when the argument is nil. Default is nil.

Example:
dbCreateParamInstByMasterName(inCellView "basic" "nand" "symbol" "inst1"
list(0 0) "R0" 1 list(list("w" "float" 2.0) list("l" "float" 5.0) t))

跟dbCreateInstByMasterName 这个函数差不多,一个是pcell,一个是普通cell.


您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /2 下一条

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-5-12 13:28 , Processed in 0.018666 second(s), 6 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表