当前位置:   article > 正文

[VCS]使用VCS仿真的命令总结_vcs +error+1000

vcs +error+1000

                             使用VCS仿真的命令总结

      在用VCS仿真過程中,可能會出現如下Compile Error:指示RTL中的property块有syntax error。比較奇怪吧,此時需要在VCS的command line添加 +v2k的option,此Error可以解除。


一、VCS仿真的基本command如下:   

  1. my $sim_command = " vcs -Tlinux64 -full64  +vcsd -l compile.vcs.log -timescale=1ns/1ps  ";
  2. $sim_command .= " -sverilog  +v2k  +vcs+lic+wait  +define+SYNOPSYS_SV ";
  3. $sim_command .= " -ntb_define  NTB  -assert  svaext  +define+NTB  -ntb_opts  rvm ";
  4. $sim_command .= " -ntb_tops  use_sigprop +systemverilogext+.sv +vpi -assert vpiSeqFail ";
  5. $sim_command .= " -Mupdata +incdir+$ENV{VCS_HOME}/packages/sva ";
  6. $sim_command .= " -debug_access+all "
  7. $sim_command .= " -error=IPDW +error+1000 ";
声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号