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

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

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 1584|回复: 0

characterize时model读取有问题,”unable to identify the device type for..”

[复制链接]
发表于 2021-10-2 17:17:59 | 显示全部楼层 |阅读模式

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

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

x
characterize时model读取有问题,”unable to identify the device type for..” 但是model中有n25_ckt的相关内容,请问需要做哪些修改才能成功运行?error如下:
ERROR (LIB-508): (char_library): Unable toidentify the device type for 'n25_ckt' because no global or local NMOS or PMOSmodel has been loaded using 'read_spice' and no 'define_leafcell' command hasbeen specified. Load the model using 'read_spice' or specify a'define_leafcell' command and rerun. The 'define_leafcell' commands mustprecede 'read_spice' command. If the netlist has elements, also specify the'-element' argument with the 'define_leafcell' command.
ERROR (LIB-507): (char_library): Failed toprocess the model based element inst: 'MM0', model: 'MOS' in the cell inverter.This cell will be skipped. Check the model uses standard parameter names andthe define_leafcell command options are used properly.  Update the Tcl script and rerun.
ERROR (LIB-203): (char_library): Cell'inverter' is scheduled for characterization but has no netlist, has an empty subcktor has no port on the subckt. This cell will be skipped. Check the netlist andrerun.
Char.tcl中读取model和spice语句:
set spicefiles$rundir/MODELS/include_models.sp
foreach cell $cells {
   lappend spicefiles ${rundir}/NETLIST/${cell}.src.net
}
read_spice $spicefiles
Model选用的是spectre:
simulator lang = spectre
include "newmodel/top*******.lib"section=top_tt
n25_ckt的相关部分:
subckt n25_ckt ( d g s b )
parameters
+w      = 1e-6            l       = 1e-6           
Netlist如下:
.SUBCKT inverter GND VDD In Out
*.PININFO GND:B VDD:B
MM0 Out In GND net2 n25_ckt W=320n L=270nM=1
MM1 Out In VDD net3 p25_ckt W=320n L=270nM=1
.ENDS




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

本版积分规则

关闭

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

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

GMT+8, 2024-11-17 03:08 , Processed in 0.013705 second(s), 7 queries , Gzip On, Redis On.

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