Docs: Fix typo in coverage instructions (#3111)
This commit is contained in:
parent
6d97fea2f5
commit
a49bfe871c
|
|
@ -11,6 +11,7 @@ Andreas Kuster
|
||||||
Chris Randall
|
Chris Randall
|
||||||
Conor McCullough
|
Conor McCullough
|
||||||
Dan Petrisko
|
Dan Petrisko
|
||||||
|
Daniel Bates
|
||||||
David Horton
|
David Horton
|
||||||
David Metz
|
David Metz
|
||||||
David Stanford
|
David Stanford
|
||||||
|
|
|
||||||
|
|
@ -230,7 +230,7 @@ coverage point insertions into the model and collect the coverage data.
|
||||||
|
|
||||||
To get the coverage data from the model, in the user wrapper code,
|
To get the coverage data from the model, in the user wrapper code,
|
||||||
typically at the end once a test passes, call
|
typically at the end once a test passes, call
|
||||||
:code:`Verilated::coveragep()->write` with an argument of the filename for
|
:code:`Verilated::threadContextp()->coveragep()->write` with an argument of the filename for
|
||||||
the coverage data file to write coverage data to (typically
|
the coverage data file to write coverage data to (typically
|
||||||
"logs/coverage.dat").
|
"logs/coverage.dat").
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue