commit | 1e73beb620913e0088fdeacc0fa5787de03cd867 | [log] [tgz] |
---|---|---|
author | Bobby R. Bruce <bbruce@ucdavis.edu> | Mon Dec 05 15:28:00 2022 -0800 |
committer | Bobby Bruce <bbruce@ucdavis.edu> | Tue Dec 06 22:41:58 2022 +0000 |
tree | f2ed98c5cf807140dd1a0c48bfb609dc04213b28 | |
parent | e200ea1510e337a001754bcf299c6dea74e36186 [diff] |
python: Remove 'scheduleTickExit' in favor of 'exitSimLoop' The commit https://gem5-review.googlesource.com/c/public/gem5/+/66231 added an API to m5 for scheduling to-tick exit events. This added the function `schedule_tick_exit`. It was later pointed out that this `schedule_tick_exit` event is redundant given the existance of `exitSimLoop`. This patch therefore removes `schedule_tick_exit` in favor of `exitSimLoop`. Change-Id: Ibecf00b98256a5da2868427d766bdc93f03c3f97 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/66511 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu> Maintainer: Bobby Bruce <bbruce@ucdavis.edu>