使用VCS仿真的命令总结
在用VCS仿真過程中,可能會出現如下Compile Error:指示RTL中的property块有syntax error。比較奇怪吧,此時需要在VCS的command line添加 +v2k的option,此Error可以解除。
一、VCS仿真的基本command如下:
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