16#ifndef SIMICS_SYSTEMC_TLM2SIMICS_NULL_GASKET_H
17#define SIMICS_SYSTEMC_TLM2SIMICS_NULL_GASKET_H
40 sc_dt::uint64 end_range)
override {
Keeps track of (counts) the number of instances for this type of class.
Definition: instance_counter.h:32
Interface used by tlm2simics gaskets, implemented by Gasket base class.
Definition: gasket_interface.h:30
Utility class that counts the number of instances.
Definition: null_gasket.h:34
sc_core::sc_object * get_initiator_socket() const override
Definition: null_gasket.h:42
TransactionHandlerInterface * transaction_handler() override
Definition: null_gasket.h:48
void set_transaction_handler(TransactionHandlerInterface *transaction_handler) override
Target object in Simics side receiving the TLM transaction.
Definition: null_gasket.h:36
std::string gasket_name() const override
Definition: null_gasket.h:45
void invalidate_direct_mem_ptr(sc_dt::uint64 start_range, sc_dt::uint64 end_range) override
Calling this method will end up calling the same method on the target socket, that will forward the c...
Definition: null_gasket.h:39
Interface used by Gasket, implemented by protocol specific transaction handlers.
Definition: transaction_handler_interface.h:36
Definition: pci_bus_interface.h:24