Searched refs:sc_inout (Results 26 - 50 of 58) sorted by relevance

123

/gem5/src/systemc/tests/systemc/misc/sim_tests/manual_clock/
H A Dmanual_clock.cpp51 sc_inout<bool> c;
89 sc_inout<bool> c;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_reset.cpp80 sc_reset_finder( bool async, const sc_inout<bool>* port_p, bool level,
90 const sc_inout<bool>* m_inout_p; // Port for which reset is needed.
109 bool async, const sc_inout<bool>* port_p, bool level, sc_process_b* target_p
272 bool async, const sc_inout<bool>& port, bool level )
H A Dsc_spawn_options.cpp107 SC_DEFINE_RESET_SIGNALS( sc_inout<bool> )
/gem5/src/systemc/ext/channel/
H A Dsc_clock.hh121 typedef sc_inout<bool> sc_inout_clk;
H A D_using.hh66 using sc_core::sc_inout;
/gem5/src/systemc/tests/systemc/communication/sc_export/test05/
H A Dtest05.cpp83 sc_inout<atom > m_to_pipe; // Input for delay pipe.
/gem5/src/systemc/tests/systemc/kernel/sc_sensitive/test02/
H A Dtest02.cpp47 // test of sc_sensitive_neg::operator(<<)()(sc_inout<bool>)
88 sc_inout<bool> in1;
/gem5/src/systemc/tests/systemc/kernel/sc_sensitive/test03/
H A Dtest03.cpp47 // test of sc_sensitive_pos::operator(<<)()(sc_inout<bool>)
88 sc_inout<bool> in1;
/gem5/src/systemc/tests/systemc/misc/stars/star111004/
H A Dio_controller.h95 sc_inout<sc_uint<32> > data32_i;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash3/
H A Dspeed.h51 sc_inout<int> elapsed_time;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash4/
H A Dspeed.h51 sc_inout<int> elapsed_time;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash5/
H A Dspeed.h51 sc_inout<int> elapsed_time;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash6/
H A Dspeed.h51 sc_inout<int> elapsed_time;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash7/
H A Dspeed.h51 sc_inout<int> elapsed_time;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash8/
H A Dspeed.h51 sc_inout<int> elapsed_time;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash9/
H A Dspeed.h51 sc_inout<int> elapsed_time;
/gem5/src/systemc/tests/systemc/tmp/others/sc_writer_bug/
H A Dsc_writer_bug.cpp15 sc_inout<bool> port;
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h326 virtual inline void write( const sc_inout<sc_dt::sc_int<W> >& value );
716 SC_TEMPLATE // Write a sc_inout<sc_dt::sc_int<W> > value to this object instance.
717 inline void sc_signal<sc_dt::sc_int<W> >::write( const sc_inout<sc_dt::sc_int<W> >& value )
764 typedef sc_inout<sc_dt::sc_int<W> > inout_port_type;
1009 // CLASS sc_inout<sc_dt::sc_int<W> >
1013 // specialization of the generic sc_inout class to implement tailored support
1017 class sc_inout<sc_dt::sc_int<W> > : class in namespace:sc_core
1028 typedef sc_inout<sc_dt::sc_int<W> > this_type;
1067 sc_inout() function in class:sc_core::sc_inout
1071 explicit sc_inout( cons function in class:sc_core::sc_inout
1075 explicit sc_inout( inout_if_type& interface_ ) function in class:sc_core::sc_inout
1079 sc_inout( const char* name_, inout_if_type& interface_ ) function in class:sc_core::sc_inout
1083 explicit sc_inout( inout_port_type& parent_ ) function in class:sc_core::sc_inout
1087 sc_inout( const char* name_, inout_port_type& parent_ ) function in class:sc_core::sc_inout
1091 sc_inout( this_type& parent_ ) function in class:sc_core::sc_inout
1095 sc_inout( const char* name_, this_type& parent_ ) function in class:sc_core::sc_inout
[all...]
H A Dscx_signal_uint.h358 virtual inline void write( const sc_inout<sc_dt::sc_uint<W> >& value );
761 SC_TEMPLATE // Write a sc_inout<sc_dt::sc_uint<W> > value to this object instance.
762 inline void sc_signal<sc_dt::sc_uint<W> >::write( const sc_inout<sc_dt::sc_uint<W> >& value )
820 typedef sc_inout<sc_dt::sc_uint<W> > inout_port_type;
1066 // CLASS sc_inout<sc_dt::sc_uint<W> >
1070 // specialization of the generic sc_inout class to implement tailored support
1074 class sc_inout<sc_dt::sc_uint<W> > : class in namespace:sc_core
1086 typedef sc_inout<sc_dt::sc_uint<W> > this_type;
1125 sc_inout() function in class:sc_core::sc_inout
1129 explicit sc_inout( cons function in class:sc_core::sc_inout
1133 explicit sc_inout( inout_if_type& interface_ ) function in class:sc_core::sc_inout
1137 sc_inout( const char* name_, inout_if_type& interface_ ) function in class:sc_core::sc_inout
1141 explicit sc_inout( inout_port_type& parent_ ) function in class:sc_core::sc_inout
1145 sc_inout( const char* name_, inout_port_type& parent_ ) function in class:sc_core::sc_inout
1149 sc_inout( this_type& parent_ ) function in class:sc_core::sc_inout
1153 sc_inout( const char* name_, this_type& parent_ ) function in class:sc_core::sc_inout
[all...]
H A Dscx_signal_signed.h382 virtual inline void write( const sc_inout<sc_dt::sc_bigint<W> >& value );
863 SC_TEMPLATE // Write a sc_inout<sc_dt::sc_bigint<W> > value to this object instance.
864 inline void sc_signal<sc_dt::sc_bigint<W> >::write( const sc_inout<sc_dt::sc_bigint<W> >& value )
946 typedef sc_inout<sc_dt::sc_bigint<W> > inout_port_type;
1190 // CLASS sc_inout<sc_dt::sc_bigint<W> >
1194 // specialization of the generic sc_inout class to implement tailored support
1198 class sc_inout<sc_dt::sc_bigint<W> > : class in namespace:sc_core
1210 typedef sc_inout<sc_dt::sc_bigint<W> > this_type;
1249 sc_inout() function in class:sc_core::sc_inout
1253 explicit sc_inout( cons function in class:sc_core::sc_inout
1257 explicit sc_inout( inout_if_type& interface_ ) function in class:sc_core::sc_inout
1261 sc_inout( const char* name_, inout_if_type& interface_ ) function in class:sc_core::sc_inout
1265 explicit sc_inout( inout_port_type& parent_ ) function in class:sc_core::sc_inout
1269 sc_inout( const char* name_, inout_port_type& parent_ ) function in class:sc_core::sc_inout
1273 sc_inout( this_type& parent_ ) function in class:sc_core::sc_inout
1277 sc_inout( const char* name_, this_type& parent_ ) function in class:sc_core::sc_inout
[all...]
H A Dscx_signal_unsigned.h372 virtual inline void write( const sc_inout<sc_dt::sc_biguint<W> >& value );
858 SC_TEMPLATE // Write a sc_inout<sc_dt::sc_biguint<W> > value to this object instance.
860 const sc_inout<sc_dt::sc_biguint<W> >& value )
942 typedef sc_inout<sc_dt::sc_biguint<W> > inout_port_type;
1186 // CLASS sc_inout<sc_dt::sc_biguint<W> >
1190 // specialization of the generic sc_inout class to implement tailored support
1194 class sc_inout<sc_dt::sc_biguint<W> > : class in namespace:sc_core
1206 typedef sc_inout<sc_dt::sc_biguint<W> > this_type;
1245 sc_inout() function in class:sc_core::sc_inout
1249 explicit sc_inout( cons function in class:sc_core::sc_inout
1253 explicit sc_inout( inout_if_type& interface_ ) function in class:sc_core::sc_inout
1257 sc_inout( const char* name_, inout_if_type& interface_ ) function in class:sc_core::sc_inout
1261 explicit sc_inout( inout_port_type& parent_ ) function in class:sc_core::sc_inout
1265 sc_inout( const char* name_, inout_port_type& parent_ ) function in class:sc_core::sc_inout
1269 sc_inout( this_type& parent_ ) function in class:sc_core::sc_inout
1273 sc_inout( const char* name_, this_type& parent_ ) function in class:sc_core::sc_inout
[all...]
/gem5/src/systemc/core/
H A Dsc_spawn.cc35 #include "systemc/ext/channel/sc_inout.hh"
185 sc_spawn_options::reset_signal_is(const sc_inout<bool> &port, bool value)
211 sc_spawn_options::async_reset_signal_is(const sc_inout<bool> &port, bool value)
/gem5/src/systemc/tests/systemc/misc/stars/star111657/
H A Dio_controller1.h84 sc_inout<sc_uint<32> > data32_i;
/gem5/src/systemc/ext/core/
H A Dsc_module.hh73 class sc_inout;
199 void reset_signal_is(const sc_inout<bool> &, bool);
204 void async_reset_signal_is(const sc_inout<bool> &, bool);
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_resolved_ports.h135 : public sc_inout<sc_dt::sc_logic>
144 typedef sc_inout<data_type> base_type;

Completed in 51 milliseconds

123