bsub -q qverdi
-Ip
verdi -nologo -syntaxerrormax 100000 +systemverilog+.sv +systermverilog+.v
+systermverilog+.svi +systermverilog+.svp +systermverilog+.svh +define+DUMP+define+DEBUSSY -ssv -ssy -f <filelist> &
Submitting a job to a specific queue or a specific host.
# bsub –q <queue_name> my_job
# bsub –m <hostname> my_job
# bsub –Ip : To submit an interactive job through LS
#bjobs –a : View all jobs, you can display information about jobs that are both running and those recently finished (PEND, RUN, USUSP, PSUSP, SSUSP, DONE, and EXIT statuses).
# bkill <job_id> Kill a job.
# bkill –r <job_id>
Forcing removal of a job from LSF. Removes a job from the system without waiting for the job to terminate in the operating system.

本文详细介绍了Verdi与LSF在Verilog仿真中的使用技巧,包括如何通过不同的命令进行作业提交、查看及管理,以及在Verdi中如何处理SystemVerilog与Verilog文件的识别。此外,还提供了关于VCS命令、coverage合并与查看的实用指导。
最低0.47元/天 解锁文章
1万+

被折叠的 条评论
为什么被折叠?



