Commentary (#3887)

This commit is contained in:
Wilson Snyder 2023-01-18 18:21:53 -05:00
parent 901d1d8087
commit 6a60ace2c7
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ public:
int randSeed() const VL_MT_SAFE { return m_s.m_randSeed; } int randSeed() const VL_MT_SAFE { return m_s.m_randSeed; }
// Time handling // Time handling
/// Returns current simulation time. /// Returns current simulation time in units of timeprecision().
/// ///
/// How Verilator runtime gets the current simulation time: /// How Verilator runtime gets the current simulation time:
/// ///