|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
本帖最后由 thx1234 于 2013-9-12 10:21 编辑
现在机器硬件发展很快,前两天一台三代扣肉机装rhel 5.5,横竖没法把图形驱动起来,于是有了看看各个系统对cadence软件的兼容性的想法。
安装这些软件:IC6151、IUS82、MMSIM12.10、SOC8.1
试验了这些系统:
操作系统 | 安装
| 配置 | 启动virtuoso
| ADE L仿真 | xubuntu 13.04 x64 | ok | ok | ok | ok | ubunutu 12.04.3 x64 | ok | error1 | ok | ERROR (ADE-3036)
可以生成netlist文件 | centos 6.3 x64 | ok | error2 | ok | ERROR (ADE-3036)
可以生成netlist文件 | centos 6.4 x64 | ok | error2 | ok | ERROR (ADE-3036)
可以生成netlist文件 |
配置出错:
error1: 配置ius82中,提示以下错误信息:
- ncvlog(64): 08.20-s012: (c) Copyright 1995-2009 Cadence Design Systems, Inc.
- file: tools/dfII/samples/cdslib/sample/aoi41/gate_sch/verilog.vams
- ncvlog: *F,DLNFS: Packed library for 'sample' was either corrupt or the file system cache consistency check failed. To correct the problem, remove the packed library, and recompile. If the problem persists, contact Cadence Design Systems.
复制代码
error2:配置启动即显示“fail”,无任何有用提示。不知道iscape的日志在那里,没法跟踪。 与“ADE-306”错误相同,安装libreadline5解决。
306错误:
- Loading paraplot.cxt
- ERROR (ADE-3036): Errors encountered during simulation. The simulator run log has not been generated.
- Possible cause could be an invalid command line option for the version of the simulator
- you are running. Choose Setup->Environment and verify that the command line options
- specified in the userCmdLineOption field are supported for the simulator.
- Alternatively, run the simulator standalone using the runSimulation file in the netlist
- directory to know the exact cause of the error.
复制代码 已经确认,ADE-3306错误是因为mmsim破解不完全和缺失libreadline库所致。可以这样解决1. 补丁:
eetop.cn_mmsim12.10_patch.zip
(506.23 KB, 下载次数: 184 )
2. 安装库文件 libreadline5 |
|