vcs启动verdi单步调试功能
1. 编译
-kdb选项是生成verdi使用的数据库文件
-debug_access指定编译出调试模式的.simv
vcs -full64 -sverilog test.sv -kdb -debug_access+line2. 执行
./simv是执行结果
./simv -gui=verdi-kdb选项是生成verdi使用的数据库文件
-debug_access指定编译出调试模式的.simv
vcs -full64 -sverilog test.sv -kdb -debug_access+line./simv是执行结果
./simv -gui=verdi