Commentary (#3887)

This commit is contained in:
Wilson Snyder 2023-01-18 18:21:53 -05:00
parent 901d1d8087
commit 6a60ace2c7

View File

@ -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:
///