diff options
Diffstat (limited to 'util/systemc/sc_module.hh')
-rw-r--r-- | util/systemc/sc_module.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/systemc/sc_module.hh b/util/systemc/sc_module.hh index b529e2137..ff4e56e53 100644 --- a/util/systemc/sc_module.hh +++ b/util/systemc/sc_module.hh @@ -42,6 +42,7 @@ * Authors: Nathan Binkert * Steve Reinhardt * Andrew Bardsley + * Christian Menard */ /** @@ -83,7 +84,7 @@ namespace Gem5SystemC * This functionality is wrapped in an sc_module as its intended that * the a class representing top level simulation control should be derived * from this class. */ -class Module : public sc_core::sc_module +class Module : public sc_core::sc_channel { protected: /** Event to trigger (via. ::notify) for event scheduling from |