Review Board 2.0.15


misc: Implement the Base SystemC Module as an sc_channel.

Review Request #3774 - Created Jan. 9, 2017 and submitted

Information
Christian Menard
gem5
default
3479
3807
Reviewers
Default

Changeset 11808:e0223da68c32
---------------------------
misc: Implement the Base SystemC Module as an sc_channel.

Implementing the Module as an sc_channel allows derived classes to provide
SystemC interfaces. Other SystemC modules can connect to these interfaces. This
meachanism can be used to control gem5 and acces gem5 components from within
arbitrary SystemC moduels. Since sc_channel is derived from sc_module, this
patch does not break compatibility with existing code.


   
Review request changed
Updated (Feb. 11, 2017, 9:41 a.m.)

Status: Closed (submitted)