赞
踩
在用VCS仿真過程中,可能會出現如下Compile Error:指示RTL中的property块有syntax error。比較奇怪吧,此時需要在VCS的command line添加 +v2k的option,此Error可以解除。
- my $sim_command = " vcs -Tlinux64 -full64 +vcsd -l compile.vcs.log -timescale=1ns/1ps ";
- $sim_command .= " -sverilog +v2k +vcs+lic+wait +define+SYNOPSYS_SV ";
- $sim_command .= " -ntb_define NTB -assert svaext +define+NTB -ntb_opts rvm ";
- $sim_command .= " -ntb_tops use_sigprop +systemverilogext+.sv +vpi -assert vpiSeqFail ";
- $sim_command .= " -Mupdata +incdir+$ENV{VCS_HOME}/packages/sva ";
- $sim_command .= " -debug_access+all "
- $sim_command .= " -error=IPDW +error+1000 ";
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。