From 6a60ace2c7c0bb9f36a6cebae73fd9fb06304cbc Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 18 Jan 2023 18:21:53 -0500 Subject: [PATCH] Commentary (#3887) --- include/verilated.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/verilated.h b/include/verilated.h index 7a3fae49e..0b4592b27 100644 --- a/include/verilated.h +++ b/include/verilated.h @@ -469,7 +469,7 @@ public: int randSeed() const VL_MT_SAFE { return m_s.m_randSeed; } // Time handling - /// Returns current simulation time. + /// Returns current simulation time in units of timeprecision(). /// /// How Verilator runtime gets the current simulation time: ///