systemc: Implement much of events, event lists and event exprs.
Three things aren't yet implemented, waking up processes which are sensitive to the event, triggering of events, and garbage collecting list objects which came from expression objects. The garbage collection aspect is problematic since there doesn't seem to be a correct way to implement it given the constraints in the spec, including the way that's implemented by Accellera. It's something that will need to be dealt with at some point, but in the interest of forward progress it's being ignored for now. Change-Id: Ic4e3c219ff482729f1f1302ab10181a798d48041 Reviewed-on: https://gem5-review.googlesource.com/11711 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
This commit is contained in:
@@ -31,6 +31,7 @@ if env['USE_SYSTEMC']:
|
||||
SimObject('SystemC.py')
|
||||
|
||||
Source('channel.cc')
|
||||
Source('event.cc')
|
||||
Source('kernel.cc')
|
||||
Source('module.cc')
|
||||
Source('object.cc')
|
||||
|
||||
Reference in New Issue
Block a user