VCSでPLI1.0するときにつけるオプション

vcs -P hello.tab hello.c test.sv +vpi -CFLAGS "-l$VCS_HOME/linux/lib"

-P <pli.tab>
Specifies a PLI table file.

+vpi
Enables the use of VPI PLI access routines.

以下研究室で意味もなくつけてたもの

-R

Run the executable file immediately after VCS links together the
executable file. You can add any runtime option to the vcs command
line.

vcsコンパイル後にsimvを作らずにそのまま実行するオプション。

-lca

SecureIP モデルの復号化を有効にする 

lcaだけ

 

http://japan.xilinx.com/support/answers/56390.html

が参考