Searched defs:iface (Results 1 - 24 of 24) sorted by relevance

/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_ports/
H A Dtlm_event_finder.h71 const IF* iface = ( if_p ) ? dynamic_cast<const IF*>( if_p ) : local
84 const IF* iface = dynamic_cast<const IF*>( port().get_interface() ); local
/gem5/src/systemc/ext/utils/
H A Dsc_trace_file.hh179 sc_trace(sc_trace_file *tf, const sc_signal_in_if<T> &iface, argument
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_event_finder.h125 const IF* iface = ( if_p ) ? DCAST<const IF*>( if_p ) : local
H A Dsc_signal_ports.cpp51 in_if_type* iface = DCAST<in_if_type*>( get_interface() ); local
133 in_if_type* iface = DCAST<in_if_type*>( get_interface() ); local
225 inout_if_type* iface = DCAST<inout_if_type*>( get_interface() ); local
250 in_if_type* iface = DCAST<in_if_type*>( get_interface() ); local
316 inout_if_type* iface local
341 in_if_type* iface = DCAST<in_if_type*>( get_interface() ); local
[all...]
H A Dsc_port.cpp53 sc_interface* iface; member in struct:sc_core::sc_bind_elem
472 sc_interface* iface = m_bind_info->vec[j]->iface; local
[all...]
H A Dsc_port.h511 IF* iface = DCAST<IF*>( &interface_ ); local
542 IF* iface = DCAST<IF*>( interface_ ); local
H A Dsc_signal_ports.h305 in_if_type* iface = DCAST<in_if_type*>( this->get_interface() ); local
1139 inout_if_type* iface = DCAST<inout_if_type*>( this->get_interface() ); local
1166 in_if_type* iface = DCAST<in_if_type*>( this->get_interface() ); local
1795 const sc_signal_in_if<T>* iface = 0; local
1813 const sc_signal_in_if<T>* iface = 0; local
[all...]
/gem5/src/systemc/core/
H A Dport.cc60 auto iface = local
H A Dsc_spawn.cc197 reset_signal_is( const sc_signal_in_if<bool> &iface, bool value) argument
223 async_reset_signal_is( const sc_signal_in_if<bool> &iface, bool value) argument
H A Dport.hh68 addInterface(::sc_core::sc_interface *iface) argument
H A Dsc_module.cc219 sc_module::operator << (sc_interface &iface) argument
233 sc_module::operator , (sc_interface &iface) argument
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test06/
H A Dtest06.cpp86 int iface; local
[all...]
/gem5/src/systemc/ext/tlm_core/1/req_rsp/ports/
H A Devent_finder.hh59 const IF *iface = if_p ? dynamic_cast<const IF *>(if_p) : local
/gem5/src/systemc/
H A Dsc_port_wrapper.hh159 auto* iface = dynamic_cast<ScInterfaceWrapper<IF>*>(&peer); variable
/gem5/src/systemc/ext/core/
H A Dsc_event.hh273 const IF *iface = if_p ? dynamic_cast<const IF *>(if_p) : local
H A Dsc_port.hh229 _gem5AddInterface(sc_interface *iface) argument
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_module.h61 sc_interface* iface; member in struct:sc_core::sc_bind_proxy
H A Dsc_reset.cpp341 reset_signal_is( bool async, const sc_signal_in_if<bool>& iface, bool level ) argument
H A Dsc_module.cpp307 sc_module::async_reset_signal_is(const sc_signal_in_if<bool>& iface, bool level) argument
359 sc_module::reset_signal_is( const sc_signal_in_if<bool>& iface, bool level ) argument
/gem5/src/systemc/utils/
H A Dtracefile.hh91 const ::sc_core::sc_signal_in_if<T> *iface; member in class:sc_gem5::TraceVal
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h1208 inout_if_type* iface = this->get_interface(0); local
H A Dscx_signal_signed.h1390 inout_if_type* iface = dynamic_cast<inout_if_type*>( this->get_interface() ); local
H A Dscx_signal_uint.h1266 inout_if_type* iface = this->get_interface(0); local
H A Dscx_signal_unsigned.h1386 inout_if_type* iface = dynamic_cast<inout_if_type*>( this->get_interface() ); local

Completed in 65 milliseconds