mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
Makefile : Add target to generate functional coverage using verdi tool (#2755)
Co-authored-by: André Sintzoff <61976467+ASintzoff@users.noreply.github.com>
This commit is contained in:
parent
70972dad54
commit
fd8c890def
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue