|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
本人小白,用VCS编译.v文件出现如下问题:[dmy@dmy src]$ vcs tb_test_top.v test_top.v
Warning-[LNX_OS_VERUN] Unsupported Linux version
Linux version 'CentOS release 6.5 (Final)' is not supported on 'x86_64'
officially, assuming linux compatibility by default. Set VCS_ARCH_OVERRIDE
to linux or suse32 to override.
Please refer to release notes for information on supported platforms.
Error-[VCS_COM_UNE] Cannot find VCS compiler
VCS compiler not found. Environment variable VCS_HOME
(/home/dmy/synopsys/vcs/vcs/linux) is selecting a directory in which there
isn't a compiler '/home/dmy/synopsys/vcs/vcs/linux/bin/vcs1' for a machine
of this type 'linux'.
Please check whether 'VCS_HOME' is incorrect; if not, see below.
The error message report included the following additional information:
VCS_HOME
Error-[VCS_COM_UNE] Cannot find VCS compiler
VCS compiler not found. Environment variable VCS_HOME
(/home/dmy/synopsys/vcs/vcs/linux) is selecting a directory in which there
isn't a compiler '/home/dmy/synopsys/vcs/vcs/linux/bin/vcs1' for a machine
of this type 'linux'.
Please check whether 'VCS_HOME' is incorrect; if not, see below.
The error message report included the following additional information:
VCS_HOME <null string>
Perhaps vcs hasn't been installed for machine of type "linux".
Or the installation has been damaged.
To verify whether vcsJ-2014.12 supports machine of type "Linux 2.6.32-431.el6.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
在网上查了一下,有人建议添加-full64,如下:
[dmy@dmy src]$ vcs -full64 tb_test_top.v test_top.v
Warning-[LNX_OS_VERUN] Unsupported Linux version
Linux version 'CentOS release 6.5 (Final)' is not supported on 'x86_64'
officially, assuming linux compatibility by default. Set VCS_ARCH_OVERRIDE
to linux or suse32 to override.
Please refer to release notes for information on supported platforms.
Chronologic VCS (TM)
Version J-2014.12-SP1_Full64 -- Tue May 24 17:13:48 2016
Copyright (c) 1991-2014 by Synopsys Inc.
ALL RIGHTS RESERVED
This program is proprietary and confidential information of Synopsys Inc.
and may be used and disclosed only as authorized in a license agreement
controlling such use and disclosure.
Parsing design file 'tb_test_top.v'
Parsing design file 'test_top.v'
Top Level Modules:
tb_test_top
TimeScale is 1 ns / 1 ps
Starting vcs inline pass...
1 module and 0 UDP read.
recompiling module tb_test_top
rm -f _csrc*.so amd64_scvhdl_*.so pre_vcsobj_*.so share_vcsobj_*.so
ld -shared -o .//../simv.daidir//_csrc0.so amcQwB.o
rm -f _csrc0.so
make: execvp: gcc: Permission denied
make: *** [rmapats.o] Error 127
Make exited with status 2
CPU time: 1.814 seconds to compile + 1.785 seconds to elab + .008 seconds to link
但是这样做在当前目录下仅生成了csrc文件夹和simv.daidir文件夹,并没有需要的simv文件
有没有人知道是哪里出了问题呀,跪谢! |
|