刚刚安装完synopsys vcs mx 2016,编写程序:
module test;
initial begin
$display("This is my test!");
end
endmodule // test
运行命令:vcs -full64 -sverilog -R test.sv
结果:
Parsing design file 'test.sv'
Top Level Modules:
test
No TimeScale specified
Starting vcs inline pass...
2 unique modules to generate
2 modules and 0 UDP read.
recompiling package std
recompiling module test
All of 2 modules done
....
#17 0x00007ff934328553 in SNPSle_490598bfebcc8e81 () from /home/violet/eda/synopsys/vcs-L-2016.06/linux64/lib/libvcsnew.so
#18 0x00007ff937629047 in main () from /home/violet/tmp/simv.daidir/_csrc0.so
#19 0x00007ff93088718b in __libc_start_main () from /lib64/libc.so.6
#20 0x000000000040589a in _start ()
No context available
Note: Execution of simv exited with code 1
CPU time: .269 seconds to compile + .416 seconds to elab + .335 seconds to link + 1.820 seconds in simulation
错误:No context available