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:
Erin (Jianghua) Le
2024-11-18 11:52:15 -08:00
committed by Bobby R. Bruce
parent 5f01a03bde
commit 75c4003a7e

View File

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