python: modify comment for ExitEvent.WORKEND (#1790)
This PR modifies the documentation for ExitEvent.WORKEND in simulator.py so it is more consistent.
This commit is contained in:
committed by
Bobby R. Bruce
parent
5f01a03bde
commit
75c4003a7e
@@ -284,7 +284,7 @@ class Simulator:
|
||||
* ExitEvent.FAIL : exit simulation
|
||||
* ExitEvent.SWITCHCPU: call ``switch`` on the processor
|
||||
* ExitEvent.WORKBEGIN: reset stats
|
||||
* ExitEvent.WORKEND: exit simulation
|
||||
* ExitEvent.WORKEND: dump stats
|
||||
* ExitEvent.USER_INTERRUPT: exit simulation
|
||||
* ExitEvent.MAX_TICK: exit simulation
|
||||
* ExitEvent.SCHEDULED_TICK: exit simulation
|
||||
|
||||
Reference in New Issue
Block a user