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

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_fifo_ports.h54 typedef sc_fifo_in_if<data_type> if_type; typedef in class:sc_core::sc_fifo_in
55 typedef sc_port<if_type,0,SC_ONE_OR_MORE_BOUND> base_type;
58 typedef if_type in_if_type;
170 typedef sc_fifo_out_if<data_type> if_type; typedef in class:sc_core::sc_fifo_out
171 typedef sc_port<if_type,0,SC_ONE_OR_MORE_BOUND> base_type;
174 typedef if_type out_if_type;
H A Dsc_signal_ports.h86 typedef sc_signal_in_if<data_type> if_type; typedef in class:sc_core::sc_in
87 typedef sc_port<if_type,1,SC_ONE_OR_MORE_BOUND> base_type;
91 typedef if_type in_if_type;
361 return sc_port_b<if_type>::vbind( interface_ );
400 typedef sc_signal_in_if<data_type> if_type; typedef in class:sc_core::sc_in
401 typedef sc_port<if_type,1,SC_ONE_OR_MORE_BOUND> base_type;
405 typedef if_type in_if_type;
674 typedef sc_signal_in_if<data_type> if_type; typedef in class:sc_core::sc_in
675 typedef sc_port<if_type,1,SC_ONE_OR_MORE_BOUND> base_type;
679 typedef if_type in_if_typ
938 typedef sc_signal_inout_if<data_type> if_type; typedef in class:sc_core::sc_inout
1230 typedef sc_signal_inout_if<data_type> if_type; typedef in class:sc_core::sc_inout
1466 typedef sc_signal_inout_if<data_type> if_type; typedef in class:sc_core::sc_inout
[all...]
H A Dsc_clock.h89 virtual void register_port( sc_port_base&, const char* if_type );
H A Dsc_signal.h80 typedef sc_signal_inout_if<T> if_type; typedef in class:sc_core::sc_signal
214 bool is_output = std::string( if_typename_ ) == typeid(if_type).name();
290 typedef sc_signal_inout_if<bool> if_type; typedef in class:sc_core::sc_signal
453 typedef sc_signal_inout_if<sc_dt::sc_logic> if_type; typedef in class:sc_core::sc_signal
H A Dsc_signal.cpp148 bool is_output = std::string( if_typename_ ) == typeid(if_type).name();
271 bool is_output = std::string( if_typename_ ) == typeid(if_type).name();
H A Dsc_signal_ports.cpp98 return sc_port_b<if_type>::vbind( interface_ );
181 return sc_port_b<if_type>::vbind( interface_ );
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h757 typedef sc_signal_in_if<sc_dt::sc_int<W> > if_type; typedef in class:sc_core::sc_in
758 typedef sc_port<if_type,1> base_type;
761 typedef if_type in_if_type;
787 return sc_port_b<if_type>::vbind( interface_ );
1026 typedef sc_signal_inout_if<sc_dt::sc_int<W> > if_type; typedef in class:sc_core::sc_inout
1027 typedef sc_port<if_type,1> base_type;
1030 typedef if_type inout_if_type;
1050 return sc_port_b<if_type>::vbind( interface_ );
H A Dscx_signal_uint.h813 typedef sc_signal_in_if<sc_dt::sc_uint<W> > if_type; typedef in class:sc_core::sc_in
814 typedef sc_port<if_type,1,SC_ONE_OR_MORE_BOUND> base_type;
817 typedef if_type in_if_type;
843 return sc_port_b<if_type>::vbind( interface_ );
1084 typedef sc_signal_inout_if<sc_dt::sc_uint<W> > if_type; typedef in class:sc_core::sc_inout
1085 typedef sc_port<if_type,1,SC_ONE_OR_MORE_BOUND> base_type;
1088 typedef if_type inout_if_type;
1108 return sc_port_b<if_type>::vbind( interface_ );
H A Dscx_signal_signed.h939 typedef sc_signal_in_if<sc_dt::sc_bigint<W> > if_type; typedef in class:sc_core::sc_in
940 typedef sc_port<if_type,1,SC_ONE_OR_MORE_BOUND> base_type;
943 typedef if_type in_if_type;
969 return sc_port_b<if_type>::vbind( interface_ );
1208 typedef sc_signal_inout_if<sc_dt::sc_bigint<W> > if_type; typedef in class:sc_core::sc_inout
1209 typedef sc_port<if_type,1,SC_ONE_OR_MORE_BOUND> base_type;
1212 typedef if_type inout_if_type;
1232 return sc_port_b<if_type>::vbind( interface_ );
H A Dscx_signal_unsigned.h935 typedef sc_signal_in_if<sc_dt::sc_biguint<W> > if_type; typedef in class:sc_core::sc_in
936 typedef sc_port<if_type,1,SC_ONE_OR_MORE_BOUND> base_type;
939 typedef if_type in_if_type;
965 return sc_port_b<if_type>::vbind( interface_ );
1204 typedef sc_signal_inout_if<sc_dt::sc_biguint<W> > if_type; typedef in class:sc_core::sc_inout
1205 typedef sc_port<if_type,1,SC_ONE_OR_MORE_BOUND> base_type;
1208 typedef if_type inout_if_type;
1228 return sc_port_b<if_type>::vbind( interface_ );

Completed in 49 milliseconds