VCS is an excellent digital simulator for verilog/VHDL and it has many options followed after command [ vcs ]. However, there are some options that are not so familiar or even forget how to use them. and the general solution is to query the options of vcs command by the following command: [ vcs -help ]
However, it doesn't work at all, as the figure shown bellow:

the error report tells us that the system could not find vcs compiler, but it works for common vcs usage, and the system could figure out the location of VCS tools and get the command option:

to check the options, you can use the commands as the following command shown:
vcs -full64 -help

and now, it works, these options could be queried as our expectation

本文介绍了在使用VCS(Verilog/VHDL数字模拟器)时遇到的一个问题,即无法通过常规命令[vcs-help]获取选项信息。错误报告显示系统找不到VCS编译器,但其他常规VCS命令可以正常工作。为了解决这个问题,作者提供了使用[vcs-full64-help]命令来成功查询VCS选项的方法,该方法能够按照预期显示所有可用选项。

6932

被折叠的 条评论
为什么被折叠?



