常用终端命令、脚本命令

【coreConsultant】

打开图形化界面:coreConsultan

【irun+Verdi】

irun + verdi 生成与打开fsdb的方式如下:

(1)~/.cshrc 增加一句话 setenvLD_LIBRARY_PATH /home/disc/Verdi3-I-2014.03/share/PLI/IUS/LINUX64/boot:$LD_LIBRARY_PATH

(2) irun仿真脚本加一选项 +loadpli1=debpli:novas_pli_boot

(3) initial begin
$fsdbDumpfile("test.fsdb");
$fsdbDumpvars(0,tb); // tb is the name of top layer
end
(4) verdi 打开方式(可以做成脚本):
verdi -sv -f filelist.f -top tb -ssf test.fsdb
// // tb is the name of top layer

【find】

 

 

posted @ 2021-06-21 13:52  盲流98  阅读(542)  评论(0编辑  收藏  举报