synopsys为eda工具安装,提供了一个安装器,名叫installer。所以,首先要先安装installer这个工具,之后才能安装其他的eda工具。

       首先从官网下载该installer工具。我这里下载的是5.2版本

       下载之后,有如下安装文件。

       将该安装包,拷贝到linux服务器中。

       首先给SynopsysInstaller_v5.2.run赋予可执行权限。

chmod a+x SynopsysInstaller_v5.2.run

       然后执行,如下所示:

lujun@localhost installer_v5.2 $ ./SynopsysInstaller_v5.2.run

 

 #******************************************************************

 #

 #    Synopsys Installer Self-Extracting Executable

 #

 #    This script extracts and installs Synopsys Installer 5.2 into

 #    the given directory

 #

 #    For help type:

 #

 #       SynopsysInstaller_v5.2.run -help

 #

 #******************************************************************

 

Please specify installation directory [.]: /home/share/tools/edatools/synopsys/installer #这里输入安装该工具的目录

       输完路径后,回车,等待工具自动安装。

Please specify installation directory [.]: /home/share/tools/edatools/synopsys/installer

Installing Synopsys Installer 5.2 into the directory '/home/share/tools/edatools/synopsys/installer'...

 

  Unpacking: SynopsysInstaller.tgz ...

 

Installation complete.

       安装完毕之后,会打印安装完成。

       查看安装目录下,会多一些文件和目录:

lujun@whws1 installer $ ls

batch_installer  container_setup  doc  install_bin  installer  installer.log  setup.sh

       其中,setup.sh脚本,就是我们将来用来安装eda工具的图形化界面工具。

 

       执行 setup.sh脚本,会弹出图形化界面工具。

 

 

             

GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐