|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
如何编写一个section,把.scs文件里的某个corner的section全部包括进去?这样每次仿真corner时就只要填一个tt了。
我这么写的,为何不对?
library csmc1
simulator lang=spectre insensitive=yes
section typ
include "/home/library/csmc/v141.scs" section=tt
include "/home/library/csmc/v141.scs" section=captypical
........
endsection typ
endlibrary csmc1
错误显示为:关键我没有65行啊
//--INFORMATION--// SPICE Reader : MDL @version 1.2.2 01/31/2003
//--FATAL ERROR--// SPICE Reader : Library or section not found.
//--FATAL ERROR--// SPICE Reader : "/home/design01/project/section", Line 65 : Syntax error caused by "". |
|