Verdi VC Apps除了能在Verdi gui中启动之外,其实还可以使用batch mode. 下面我简单介绍一下如何使用:
$VERDI_HOME/share/VIA/Apps/Bin/ 目录下有各个Apps对应的perl脚本,我们使用该脚本来启动batch mode.
以listRegisters.pl 为例:
perl $VERDI_HOME/share/VIA/Apps/Bin/listRegisters.pl
有如下输出:
[VC App]
listRegisters.pl
[Path]
/share/VIA/Apps/Bin/
[Abstract]
Run listRegisters in batch mode
[Usage]
./listRegisters.pl <design_import> \
[-target_scope <target_scope>] \
[-o <output_log>] \
[-non_reset_flop] \
[-report_sync_reset]
[Example]
./listRegisters.pl -f run.f -path Design -target_scope "tb_CPUsystem.i_CPUsystem" -non_reset_flop
[Options]
-target_scope: optional.
specify the target scope full hierarchical name to list registers.
-o: specify the output log name; default is "listRegisters.log"
-non_res