|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
有人知道sigrity t2b的教程中关于设置环境变量的部分应该怎么设置吗,是打开终端输入命令还是在哪个env文件里输入下面的命令呢?
To run this tutorial, ensure that ASI is installed and you have the Spectre simulator set in path.
As Spectre runs on Linux platform, this tutorial too runs on a Linux machine.
In addition, set up the environment as shown below:
setenv MMSIM_HOME <ASI_install_directory>/tools.lnx86
set path = ($MMSIM_HOME/bin $path)
setenv SIGRITY_EDA_DIR <Sigrity_installation_directory>
set path = ($SIGRITY_EDA_DIR/tools/bin $path)
|
|