[ICer@IC_EDA /home/synopsys]$vcs -ID Error-[VCS_COM_UNE] Cannot find VCS compiler VCS compiler not found. Environment variable VCS_HOME (/home/synopsys/vcs/O-2018.09-SP2/linux) is selecting a directory in which there isn't a compiler '/home/synopsys/vcs/O-2018.09-SP2/linux/bin/vcs1' for a machine of this type 'linux'. Please check whether 'VCS_HOME' is incorrect; if not, see below. Perhaps vcs hasn't been installed for machine of type "linux". Or the installation has been damaged. To verify whether vcsO-2018.09 supports machine of type "Linux 3.10.0-1160.53.1.el7.x86_64", please look at ReleaseNotes for more details . We determine the machine type from uname; maybe uname is incorrect. You can fix installation problems by reinstalling from CDROM or downloading it from the Synopsys ftp server. For assistance, please contact vcs technical support at vcs_support@synopsys.com or call 1-800-VERILOG
时间: 2024-03-31 20:33:35 浏览: 305
0607_vcs.zip
这个错误提示表明 VCS 编译器没有找到,可能是由于以下原因之一:
1. 您的 VCS 安装目录不正确。请检查您的 VCS 安装目录是否正确,并确保您已将 `VCS_HOME` 环境变量设置为正确的目录。
2. 您的 VCS 安装已损坏。如果您的 VCS 安装已损坏,可能需要重新安装,或者从 Synopsys 的 FTP 服务器下载最新版本。
3. 您的系统类型与 VCS 不兼容。请确保您的系统类型与您安装的 VCS 版本兼容。您可以查看 VCS 的 ReleaseNotes 来获取更多信息。
如果您无法解决此问题,请联系 VCS 技术支持。他们可以帮助您诊断和解决问题。
阅读全文