systemc: Merge notify and notifyWork and ignore disabled for resets.
authorGabe Black <gabeblack@google.com>
Thu, 27 Sep 2018 05:09:12 +0000 (22:09 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 16 Oct 2018 00:37:02 +0000 (00:37 +0000)
commit1fe271c71ac43d7ac8ed5980ac3887e77f4671b4
tree51b37271b6d6b89769b56ff3dfd2dc46f9df5430
parent6ae330055aa3ba8a5868ceba02bf40430a46caf3
systemc: Merge notify and notifyWork and ignore disabled for resets.

Always notify a process if a reset signal changed, even if it's
disabled. Also, because notify was what checked disabled and only
notifyWork was virtual, this change merges the two so both can be
overridden without any extra virtual functions.

Change-Id: I1e3563fa587aab65a5e95cd8a382ed48e093de3b
Reviewed-on: https://gem5-review.googlesource.com/c/13188
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/core/sensitivity.cc
src/systemc/core/sensitivity.hh