Searched defs:sc_in (Results 1 - 6 of 6) sorted by relevance

/gem5/src/systemc/ext/channel/
H A Dsc_in.hh49 class sc_in : public sc_port<sc_signal_in_if<T>, 1> class in namespace:sc_core
52 sc_in() : sc_port<sc_signal_in_if<T>, 1>(), function in class:sc_core::sc_in
55 explicit sc_in(const char *name) : sc_port<sc_signal_in_if<T>, 1>(name), function in class:sc_core::sc_in
61 explicit sc_in(const sc_signal_in_if<T> &interface) : function in class:sc_core::sc_in
65 sc_in(const char *name, const sc_signal_in_if<T> &interface) : function in class:sc_core::sc_in
69 explicit sc_in(sc_port_b<sc_signal_in_if<T> > &parent) : function in class:sc_core::sc_in
73 sc_in(const char *name, sc_port_b<sc_signal_in_if<T> > &parent) : function in class:sc_core::sc_in
77 explicit sc_in(sc_port<sc_signal_in_if<T>, 1> &parent) : function in class:sc_core::sc_in
81 sc_in(cons function in class:sc_core::sc_in
167 class sc_in<bool> : public sc_port<sc_signal_in_if<bool>, 1> class in namespace:sc_core
170 sc_in() : sc_port<sc_signal_in_if<bool>, 1>(), function in class:sc_core::sc_in
176 explicit sc_in(const char *name) : function in class:sc_core::sc_in
186 explicit sc_in(const sc_signal_in_if<bool> &interface) : function in class:sc_core::sc_in
193 sc_in(const char *name, const sc_signal_in_if<bool> &interface) : function in class:sc_core::sc_in
200 explicit sc_in(sc_port_b<sc_signal_in_if<bool> > &parent) : function in class:sc_core::sc_in
207 sc_in(const char *name, sc_port_b<sc_signal_in_if<bool> > &parent) : function in class:sc_core::sc_in
214 explicit sc_in(sc_port<sc_signal_in_if<bool>, 1> &parent) : function in class:sc_core::sc_in
221 sc_in(const char *name, sc_port<sc_signal_in_if<bool>, 1> &parent) : function in class:sc_core::sc_in
330 class sc_in<sc_dt::sc_logic> : class in namespace:sc_core
334 sc_in() : sc_port<sc_signal_in_if<sc_dt::sc_logic>, 1>(), function in class:sc_core::sc_in
340 explicit sc_in(const char *name) : function in class:sc_core::sc_in
350 explicit sc_in(const sc_signal_in_if<sc_dt::sc_logic> &interface) : function in class:sc_core::sc_in
357 sc_in(const char *name, function in class:sc_core::sc_in
365 explicit sc_in(sc_port_b<sc_signal_in_if<sc_dt::sc_logic> > &parent) : function in class:sc_core::sc_in
372 sc_in(const char *name, function in class:sc_core::sc_in
380 explicit sc_in(sc_port<sc_signal_in_if<sc_dt::sc_logic>, 1> &parent) : function in class:sc_core::sc_in
387 sc_in(const char *name, function in class:sc_core::sc_in
[all...]
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_ports.h77 class sc_in class in namespace:sc_core
100 sc_in() function in class:sc_core::sc_in
105 explicit sc_in( const char* name_ ) function in class:sc_core::sc_in
110 explicit sc_in( const in_if_type& interface_ ) function in class:sc_core::sc_in
115 sc_in( const char* name_, const in_if_type& interface_ ) function in class:sc_core::sc_in
120 explicit sc_in( in_port_type& parent_ ) function in class:sc_core::sc_in
125 sc_in( const char* name_, in_port_type& parent_ ) function in class:sc_core::sc_in
130 explicit sc_in( inout_port_typ function in class:sc_core::sc_in
135 sc_in( const char* name_, inout_port_type& parent_ ) function in class:sc_core::sc_in
140 sc_in( this_type& parent_ ) function in class:sc_core::sc_in
145 sc_in( const char* name_, this_type& parent_ ) function in class:sc_core::sc_in
391 class sc_in<bool> : class in namespace:sc_core
414 sc_in() function in class:sc_core::sc_in
419 explicit sc_in( const char* name_ ) function in class:sc_core::sc_in
424 explicit sc_in( const in_if_type& interface_ ) function in class:sc_core::sc_in
429 sc_in( const char* name_, const in_if_type& interface_ ) function in class:sc_core::sc_in
434 explicit sc_in( in_port_type& parent_ ) function in class:sc_core::sc_in
439 sc_in( const char* name_, in_port_type& parent_ ) function in class:sc_core::sc_in
444 explicit sc_in( inout_port_type& parent_ ) function in class:sc_core::sc_in
449 sc_in( const char* name_, inout_port_type& parent_ ) function in class:sc_core::sc_in
454 sc_in( this_type& parent_ ) function in class:sc_core::sc_in
460 sc_in( const this_type& parent_ ) function in class:sc_core::sc_in
466 sc_in( const char* name_, this_type& parent_ ) function in class:sc_core::sc_in
665 class sc_in<sc_dt::sc_logic> class in namespace:sc_core
688 sc_in() function in class:sc_core::sc_in
693 explicit sc_in( const char* name_ ) function in class:sc_core::sc_in
698 explicit sc_in( const in_if_type& interface_ ) function in class:sc_core::sc_in
703 sc_in( const char* name_, const in_if_type& interface_ ) function in class:sc_core::sc_in
708 explicit sc_in( in_port_type& parent_ ) function in class:sc_core::sc_in
713 sc_in( const char* name_, in_port_type& parent_ ) function in class:sc_core::sc_in
718 explicit sc_in( inout_port_type& parent_ ) function in class:sc_core::sc_in
723 sc_in( const char* name_, inout_port_type& parent_ ) function in class:sc_core::sc_in
728 sc_in( this_type& parent_ ) function in class:sc_core::sc_in
733 sc_in( const char* name_, this_type& parent_ ) function in class:sc_core::sc_in
[all...]
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h748 class sc_in<sc_dt::sc_int<W> > : class in namespace:sc_core
809 sc_in() function in class:sc_core::sc_in
813 explicit sc_in( const char* name_ ) function in class:sc_core::sc_in
817 explicit sc_in( cons function in class:sc_core::sc_in
821 sc_in( const char* name_, const in_if_type& interface_ ) function in class:sc_core::sc_in
825 explicit sc_in( in_port_type& parent_ ) function in class:sc_core::sc_in
829 sc_in( const char* name_, in_port_type& parent_ ) function in class:sc_core::sc_in
833 explicit sc_in( inout_port_type& parent_ ) function in class:sc_core::sc_in
837 sc_in( const char* name_, inout_port_type& parent_ ) function in class:sc_core::sc_in
841 sc_in( this_type& parent_ ) function in class:sc_core::sc_in
845 sc_in( const char* name_, this_type& parent_ ) function in class:sc_core::sc_in
[all...]
H A Dscx_signal_signed.h929 class sc_in<sc_dt::sc_bigint<W> > : class in namespace:sc_core
991 sc_in() function in class:sc_core::sc_in
995 explicit sc_in( const char* name_ ) function in class:sc_core::sc_in
999 explicit sc_in( cons function in class:sc_core::sc_in
1003 sc_in( const char* name_, const in_if_type& interface_ ) function in class:sc_core::sc_in
1007 explicit sc_in( in_port_type& parent_ ) function in class:sc_core::sc_in
1011 sc_in( const char* name_, in_port_type& parent_ ) function in class:sc_core::sc_in
1015 explicit sc_in( inout_port_type& parent_ ) function in class:sc_core::sc_in
1019 sc_in( const char* name_, inout_port_type& parent_ ) function in class:sc_core::sc_in
1023 sc_in( this_type& parent_ ) function in class:sc_core::sc_in
1027 sc_in( const char* name_, this_type& parent_ ) function in class:sc_core::sc_in
[all...]
H A Dscx_signal_uint.h803 class sc_in<sc_dt::sc_uint<W> > : class in namespace:sc_core
865 sc_in() function in class:sc_core::sc_in
869 explicit sc_in( const char* name_ ) function in class:sc_core::sc_in
873 explicit sc_in( cons function in class:sc_core::sc_in
877 sc_in( const char* name_, const in_if_type& interface_ ) function in class:sc_core::sc_in
881 explicit sc_in( in_port_type& parent_ ) function in class:sc_core::sc_in
885 sc_in( const char* name_, in_port_type& parent_ ) function in class:sc_core::sc_in
889 explicit sc_in( inout_port_type& parent_ ) function in class:sc_core::sc_in
893 sc_in( const char* name_, inout_port_type& parent_ ) function in class:sc_core::sc_in
897 sc_in( this_type& parent_ ) function in class:sc_core::sc_in
901 sc_in( const char* name_, this_type& parent_ ) function in class:sc_core::sc_in
[all...]
H A Dscx_signal_unsigned.h925 class sc_in<sc_dt::sc_biguint<W> > : class in namespace:sc_core
987 sc_in() function in class:sc_core::sc_in
991 explicit sc_in( const char* name_ ) function in class:sc_core::sc_in
995 explicit sc_in( cons function in class:sc_core::sc_in
999 sc_in( const char* name_, const in_if_type& interface_ ) function in class:sc_core::sc_in
1003 explicit sc_in( in_port_type& parent_ ) function in class:sc_core::sc_in
1007 sc_in( const char* name_, in_port_type& parent_ ) function in class:sc_core::sc_in
1011 explicit sc_in( inout_port_type& parent_ ) function in class:sc_core::sc_in
1015 sc_in( const char* name_, inout_port_type& parent_ ) function in class:sc_core::sc_in
1019 sc_in( this_type& parent_ ) function in class:sc_core::sc_in
1023 sc_in( const char* name_, this_type& parent_ ) function in class:sc_core::sc_in
[all...]

Completed in 35 milliseconds