File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 22
22
# #####################################################################
23
23
# Set up variables
24
24
25
+ GENHTML = genhtml
26
+
25
27
# If $VERILATOR_ROOT isn't in the environment, we assume it is part of a
26
28
# package install, and verilator is in your path. Otherwise find the
27
29
# binary relative to $VERILATOR_ROOT (such as when inside the git sources).
@@ -102,6 +104,11 @@ run:
102
104
show-config :
103
105
$(VERILATOR ) -V
104
106
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
+
105
112
maintainer-copy ::
106
113
clean mostlyclean distclean maintainer-clean ::
107
114
-rm -rf obj_dir logs * .log * .dmp * .vpd core
You can’t perform that action at this time.
0 commit comments