We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70972da commit fd8c890Copy full SHA for fd8c890
verif/sim/Makefile
@@ -382,6 +382,9 @@ questa-uvm:
382
generate_cov_dash:
383
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
384
385
+generate_verdi_cov:
386
+ -verdi -cov -format both -group instcov_for_score -covdir vcs_results/default/vcs.d/simv.vdb -plan cva6.hvp -tgl portsonly
387
+
388
vcs_clean_all:
389
@echo "[VCS] Cleanup (entire vcs_work dir)"
390
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
0 commit comments