Skip to content

Commit

Permalink
Makefile : Add target to generate functional coverage using verdi tool
Browse files Browse the repository at this point in the history
  • Loading branch information
AyoubJalali committed Jan 31, 2025
1 parent 10fced1 commit c7399f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions verif/sim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,9 @@ questa-uvm:
generate_cov_dash:
urg -warn none -hvp_proj cva6_embedded -format both -group instcov_for_score -hvp_attributes weight+description+Comment -dir vcs_results/default/vcs.d/simv.vdb -plan cva6.hvp -tgl portsonly

generate_verdi_cov:
-verdi -cov -format both -group instcov_for_score -covdir vcs_results/default/vcs.d/simv.vdb -plan cva6.hvp -tgl portsonly

vcs_clean_all:
@echo "[VCS] Cleanup (entire vcs_work dir)"
rm -rf $(CVA6_REPO_DIR)/verif/sim/vcs_results/ verdiLog/ simv* *.daidir *.vpd *.fsdb *.db csrc ucli.key vc_hdrs.h novas* inter.fsdb uart
Expand Down

0 comments on commit c7399f4

Please sign in to comment.