Searched refs:TlmToGem5BridgeBase (Results 1 - 3 of 3) sorted by relevance

/gem5/src/systemc/tlm_bridge/
H A DTlmBridge.py46 class TlmToGem5BridgeBase(SystemC_ScModule): class in inherits:SystemC_ScModule
47 type = 'TlmToGem5BridgeBase'
49 cxx_class = 'sc_gem5::TlmToGem5BridgeBase'
74 class TlmToGem5Bridge32(TlmToGem5BridgeBase):
82 class TlmToGem5Bridge64(TlmToGem5BridgeBase):
H A Dtlm_to_gem5.hh65 #include "params/TlmToGem5BridgeBase.hh"
77 class TlmToGem5BridgeBase : public sc_core::sc_module class in namespace:sc_gem5
86 class TlmToGem5Bridge : public TlmToGem5BridgeBase
H A Dtlm_to_gem5.cc470 TlmToGem5BridgeBase(mn), peq(this, &TlmToGem5Bridge<BITWIDTH>::peq_cb),

Completed in 12 milliseconds