Searched hist:13243 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/core/
H A Devent.hhdiff 13243:9bb0d62c8a74 Thu Sep 20 05:51:00 EDT 2018 Gabe Black <gabeblack@google.com> systemc: Fix the implementation of sc_event::triggered.

This function just returned false. The new implementation uses the
scheduler's changeStamp function to keep track of how recently the
event was triggered so it can return return the right value.

Change-Id: Idf61cd459e53e224a33d3e53c16210f5e0a99a3a
Reviewed-on: https://gem5-review.googlesource.com/c/12825
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
H A Devent.ccdiff 13243:9bb0d62c8a74 Thu Sep 20 05:51:00 EDT 2018 Gabe Black <gabeblack@google.com> systemc: Fix the implementation of sc_event::triggered.

This function just returned false. The new implementation uses the
scheduler's changeStamp function to keep track of how recently the
event was triggered so it can return return the right value.

Change-Id: Idf61cd459e53e224a33d3e53c16210f5e0a99a3a
Reviewed-on: https://gem5-review.googlesource.com/c/12825
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>

Completed in 9 milliseconds