Gasket for translating a SystemC sc_signal of type bool into a Simics signal interface call. More...
#include <gasket.h>
Public Member Functions | |
| SC_HAS_PROCESS (GasketBase) | |
| GasketBase (sc_core::sc_module_name, simics::systemc::InterfaceProvider *provider) | |
| virtual sc_core::sc_signal< bool, sc_core::SC_MANY_WRITERS > * | signal () |
| std::string | gasket_name () const override |
| const InterfaceProvider * | interface_provider () const override |
Public Member Functions inherited from simics::systemc::Registrant< GasketInterface > | |
| Registrant () | |
| Registrant (const Registrant &rhs) | |
| virtual | ~Registrant () |
| void | detach () |
Gasket for translating a SystemC sc_signal of type bool into a Simics signal interface call.
| simics::systemc::systemc2simics::GasketBase::GasketBase | ( | sc_core::sc_module_name | , |
| simics::systemc::InterfaceProvider * | provider | ||
| ) |
|
inlineoverride |
|
inlineoverride |
| simics::systemc::systemc2simics::GasketBase::SC_HAS_PROCESS | ( | GasketBase | ) |
|
inlinevirtual |