|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
本帖最后由 mao_9270 于 2022-4-1 15:58 编辑
在cadence中进行AMS仿真的时候报错,原因如下:
irun: *E,SPCERR: The program encountered one or more errors while processing the input SPICE file(s) in the AMSD flow. For details, see the following messages.
amsspice: *Error: terminated with error code 127
TOOL: irun(64) 14.10-s014: Exiting on Mar 29, 2022 at 21:09:05 CST (total: 00:00:00)
如若出现以上错误,可能原因是(1)lib manager 中不存在connect.lib;(2)incisive中缺so文件
解决办法:(1)打开virtuoso目录下的cds.lib文件,手动添加:SOFTINCLUDE /opt/Cadence/Incisive14/tools.lnx86/affirma_ams/etc/connect_lib/cds.lib
(2)在终端上运行命令:
cd /lib64
ln -s libreadline.so.6 libreadline.so.5
cd /usr/lib64
ln -s libhistory.so.6 libhistory.so.5
如果运行命令的时候显示Permission denied
解决办法:先运行su命令或者sudo命令,获得root权限,再输入上述命令
|
|