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

/gem5/src/systemc/
H A Dsc_port_wrapper.hh49 class ScInterfaceWrapper;
78 // Try ScPortWrapper or ScInterfaceWrapper
82 dynamic_cast<ScInterfaceWrapper<IF>*>(&peer)) {
96 class ScInterfaceWrapper : public ::Port class in namespace:sc_gem5
99 ScInterfaceWrapper(IF& i, const std::string name, PortID id) function in class:sc_gem5::ScInterfaceWrapper
159 auto* iface = dynamic_cast<ScInterfaceWrapper<IF>*>(&peer);

Completed in 9 milliseconds