mirror of
https://github.com/verilator/verilator.git
synced 2025-04-16 01:26:54 +00:00
Docs: Fix typo in coverage instructions (#3111)
This commit is contained in:
parent
6d97fea2f5
commit
a49bfe871c
@ -11,6 +11,7 @@ Andreas Kuster
|
||||
Chris Randall
|
||||
Conor McCullough
|
||||
Dan Petrisko
|
||||
Daniel Bates
|
||||
David Horton
|
||||
David Metz
|
||||
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,
|
||||
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
|
||||
"logs/coverage.dat").
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user