Skip to content

Commit 7ce9a37

Browse files
committed
Add genhtml
1 parent 1087152 commit 7ce9a37

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ endif
2222
######################################################################
2323
# Set up variables
2424

25+
GENHTML = genhtml
26+
2527
# If $VERILATOR_ROOT isn't in the environment, we assume it is part of a
2628
# package install, and verilator is in your path. Otherwise find the
2729
# binary relative to $VERILATOR_ROOT (such as when inside the git sources).
@@ -102,6 +104,11 @@ run:
102104
show-config:
103105
$(VERILATOR) -V
104106

107+
genhtml:
108+
@echo "-- GENHTML --------------------"
109+
@echo "-- Note not installed by default, so not in default rule
110+
$(GENHTML) logs/coverage.info --output-directory logs/html
111+
105112
maintainer-copy::
106113
clean mostlyclean distclean maintainer-clean::
107114
-rm -rf obj_dir logs *.log *.dmp *.vpd core

0 commit comments

Comments
 (0)