mirror of
https://github.com/verilator/verilator.git
synced 2025-04-05 04:02:37 +00:00
Commentary: Fix typo in the call condition of designp->nextTimeSlot() (#4912)
This commit is contained in:
parent
cfb73923bd
commit
c3ff52208a
@ -76,6 +76,7 @@ James Shi
|
|||||||
Jamey Hicks
|
Jamey Hicks
|
||||||
Jamie Iles
|
Jamie Iles
|
||||||
Jan Van Winkel
|
Jan Van Winkel
|
||||||
|
Jiangjie Weng
|
||||||
Jean Berniolles
|
Jean Berniolles
|
||||||
Jeremy Bennett
|
Jeremy Bennett
|
||||||
Jesse Taube
|
Jesse Taube
|
||||||
|
@ -500,7 +500,7 @@ the user should call:
|
|||||||
any delayed events pending,
|
any delayed events pending,
|
||||||
* :code:`designp->nextTimeSlot()`, which returns the simulation time of the
|
* :code:`designp->nextTimeSlot()`, which returns the simulation time of the
|
||||||
next delayed event. This method can only be called if
|
next delayed event. This method can only be called if
|
||||||
:code:`designp->nextTimeSlot()` returned :code:`true`.
|
:code:`designp->eventsPending()` returned :code:`true`.
|
||||||
|
|
||||||
Call :code:`eventsPending()` to check if you should continue with the
|
Call :code:`eventsPending()` to check if you should continue with the
|
||||||
simulation, and then :code:`nextTimeSlot()` to move simulation time forward.
|
simulation, and then :code:`nextTimeSlot()` to move simulation time forward.
|
||||||
|
Loading…
Reference in New Issue
Block a user