From 230b145c04f76c454fc592b7b1759e524abb857b Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Thu, 10 Oct 2024 08:14:21 -0400 Subject: [PATCH] Commentary --- docs/guide/simulating.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: