【SVA】Parsing coverage hit case

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接: https://blog.csdn.net/lbt_dvshare/article/details/96590987

在regression结束后发现自己加的cover property 打到了,此时想知道哪支case打到了,该怎么办呢?

法一:

  parsing regression log file , 其中C_tx_ln_num_4_to_2为cover property的例化名字

find . -name "*.log" | xargs grep "C_tx_ln_num_4_to_2" | sed '/0 match/d'>a.log

法二:

      利用urg 加上option  -show tests

urg -full64 -show tests -dbname chip.vdb\

-dir /proj/adm/simv.vdb\

-elfile /proj/adm/el/* \

-map mipi_mm

猜你喜欢

转载自blog.csdn.net/lbt_dvshare/article/details/96590987
今日推荐