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, bool initial_value=false) | |
| sc_core::sc_signal< bool, sc_core::SC_MANY_WRITERS > * | signal () override |
| std::string | gasket_name () const override |
| const InterfaceProvider * | interface_provider () const override |
| void | end_of_elaboration () 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, | ||
| bool | initial_value = false |
||
| ) |
|
override |
|
inlineoverride |
|
inlineoverride |
| simics::systemc::systemc2simics::GasketBase::SC_HAS_PROCESS | ( | GasketBase | ) |
|
inlineoverride |