|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
各位熟悉cadence工具的大侠,我用cadence 中的spectre 进行仿真,老是出现这样的错误:
V1:waveform type must be specified if any waveform parameters are spectre terminated prematurely
due to fatal error.
后来我进行DC仿真,也出现以上这样的问题,麻烦各位解答一下,谢谢!!!
请问是否需要对.bashrc和.cshrc都进行设置,我的.bashrc环境变量的设置如下
#.bashrc
# User specific aliases and functions
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
#.bashrc
#cadence
export CDSDIR=/home/ic5141
export CDS_ROOT=/home/ic5141
export CDS_INST_DIR=/home/ic5141
export CDS_INSTALL_DIR=/home/ic5141/tools/dfII/
export CDS_LIC_FILE=$CDS_ROOT/share/license/license.dat
export PATH=$CDS_ROOT/tools/bin CDS_ROOT/tools/dfII/bin CDS_INSTALL_DIR/bin CDS_ROOT/tools/spectre/bin:$PATH
export CDS_Netlisting_Mode Analog
export LD_ASSUME_KERNEL=2.4.0 |
|