systemc: Make sc_process_b less hokey, and make WAIT* work.
authorGabe Black <gabeblack@google.com>
Thu, 23 Aug 2018 05:45:29 +0000 (22:45 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 26 Sep 2018 00:00:11 +0000 (00:00 +0000)
commitdd8b71b413fb511477358b65c7668e6e2574257e
treeec6cdbe1568686acd47700dfba63f87a248e3b5c
parent92d1d2c87366c8e9246ad150ff7a71513da4d773
systemc: Make sc_process_b less hokey, and make WAIT* work.

This change puts sc_process_b into the inheritance hierarchy for the
Process types. It also adds the nonstandard sc_set_location function
and calls it from the nonstandard WAIT* macros.

Change-Id: Ic997dcf74d262774dd7b53504146e372e03af2e0
Reviewed-on: https://gem5-review.googlesource.com/12259
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/core/process.cc
src/systemc/core/process.hh
src/systemc/core/sc_process_handle.cc
src/systemc/ext/core/sc_module.hh
src/systemc/ext/core/sc_process_handle.hh