diff --git a/docs/guide/simulating.rst b/docs/guide/simulating.rst index bb2f6e002..f62bada5c 100644 --- a/docs/guide/simulating.rst +++ b/docs/guide/simulating.rst @@ -18,7 +18,9 @@ Simulation Summary Report ========================= When simulation finishes, it will print a report to stdout summarizing the -simulation. This requires the model being Verilated with :vlopt:`--main`. +simulation. This requires the model being Verilated with :vlopt:`--main`, +or the user's `main()` calling `VerilatedContext->statsPrintSummary()`. + The report may be disabled with :vlopt:`+verilator+quiet`. For example: