Sunday, January 11, 2015

vcs usage

1. Get help for vcs command.
vcs -help

2. Compilation
* vcs -o $executable -f $file
if -o $executable is not specified, the default is simv. The file specified by -f contains a list of pathnames to source files.and compile-time options.

3. Run simulation
* vcs -R -f filelist
Run the executable file immediately after VCS links together the link file.

* vcs -gui[=dvi.verdi] -R -f filelist
Can run simulation using GUI interface of DVE.

Reference
--------------
http://users.ece.utexas.edu/~patt/08s.382N/tools/vcs_manual.html

No comments:

Post a Comment