美文网首页
vcs coverage

vcs coverage

作者: Poisson_Lee | 来源:发表于2021-06-07 11:35 被阅读0次

    urg -full64 -dbname new.vdb -dir a_dir/a.vdb b_dir/b.vdb c_dir/c.vdb
    -flex_merge union|drop|reference

    将a/b/c三个vdb合并到new中。

    dve命令
    dve -cov -help

    dve -cov -dir new.vdb &

    -cm line+tgl+cond+fsm+assert+branch -cm_line contassign -cm_cond full+tf+for+anywidth
    urg -full64 -metric line+tgl+cond+fsm+assert+branch -warn none -dbname <merge_coverage_name>.vdb
    -dir {vdb_path}/simv.vdb \ -elfile{path}/${el_file_name.el}

    verdi -cov -covdir <merge_coverage_name>.vdb &

    相关文章

      网友评论

          本文标题:vcs coverage

          本文链接:https://www.haomeiwen.com/subject/uqlleltx.html