Searched refs:sc_in (Results 176 - 200 of 266) sorted by relevance

1234567891011

/gem5/src/systemc/tests/systemc/kernel/sc_module/test04/
H A Dtest04.cpp44 sc_in<int> in;
52 sc_in<int> in;
/gem5/src/systemc/tests/systemc/misc/communication/reslv/test4/
H A Dtest4.cpp46 sc_in<bool> in;
84 sc_in<bool> in;
/gem5/src/systemc/tests/systemc/misc/communication/reslv/tvec1/
H A Dtvec1.cpp47 sc_in<bool> in;
85 sc_in<bool> in;
/gem5/src/systemc/tests/systemc/misc/communication/reslv/tvec2/
H A Dtvec2.cpp47 sc_in<bool> in;
84 sc_in<bool> in;
/gem5/src/systemc/tests/systemc/misc/communication/reslv/tvec3/
H A Dtvec3.cpp47 sc_in<bool> in;
84 sc_in<bool> in;
/gem5/src/systemc/tests/systemc/misc/communication/reslv/tvec4/
H A Dtvec4.cpp47 sc_in<bool> in;
86 sc_in<bool> in;
/gem5/src/systemc/tests/systemc/misc/sim_tests/cgen/
H A Dcgen.cpp47 sc_in<bool> clock_i;
93 sc_in<int> data_i;
/gem5/src/systemc/tests/systemc/compliance_1666/test001/
H A Dtest001.cpp67 sc_in<bool> p;
239 sc_in<int> *p; //// Pointer-to-port DOULOS008
247 sc_in<int> *pp; //// Pointer-to-port DOULOS008
253 pp = new sc_in<int>; //// Dynamic port instantiation DOULOS008
287 link->p = new sc_in<int>;
291 link->link->p = new sc_in<int>; //// Buried dynamic port instantiation DOULOS008
/gem5/src/systemc/tests/systemc/examples/trie/
H A Dtrie.cpp7 sc_in<bool> DIN_vld;
11 sc_in<sc_uint<2> > DIN_op;
12 sc_in<sc_uint<32> > DIN_data_in;
13 sc_in<bool> DOUT_rdy;
16 sc_in<bool> RSTN;
/gem5/src/systemc/tests/systemc/utils/sc_report/cached/
H A Dcached.cpp98 sc_in<bool> emit; // 1: emit, 0: dump cahced report
99 sc_in<const char*> id;
100 sc_in<bool> ofs;
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test09/
H A Dtest09.cpp184 sc_in<bool> m_clk;
186 sc_in<bool> m_reset;
/gem5/src/systemc/tests/systemc/kernel/process_control/test02/
H A Dtest02.cpp174 sc_in<bool> m_clk;
182 sc_in<bool> m_reset;
/gem5/src/systemc/tests/systemc/misc/sim_tests/async_clock/
H A Dasync_clock.cpp111 sc_in<bool> a;
112 sc_in<bool> b;
/gem5/src/systemc/tests/systemc/misc/v1.0/module_name/
H A Dmodule_name.cpp46 sc_in<int> a;
47 sc_in<int> b;
/gem5/src/systemc/tests/systemc/utils/sc_vector/test09/
H A Diter_test.cpp31 sc_in<bool> p;
38 typedef sc_vector_assembly<mod,sc_in<bool> > module_port_vec;
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h325 virtual inline void write( const sc_in<sc_dt::sc_int<W> >& value );
711 SC_TEMPLATE // Write a sc_in<sc_dt::sc_int<W> > value to this object instance.
712 inline void sc_signal<sc_dt::sc_int<W> >::write( const sc_in<sc_dt::sc_int<W> >& value )
741 // CLASS sc_in<sc_dt::sc_int<W> >
744 // value. This class is a specialization of the generic sc_in class to
748 class sc_in<sc_dt::sc_int<W> > : class in namespace:sc_core
759 typedef sc_in<sc_dt::sc_int<W> > this_type;
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_uint.h357 virtual inline void write( const sc_in<sc_dt::sc_uint<W> >& value );
756 SC_TEMPLATE // Write a sc_in<sc_dt::sc_uint<W> > value to this object instance.
757 inline void sc_signal<sc_dt::sc_uint<W> >::write( const sc_in<sc_dt::sc_uint<W> >& value )
796 // CLASS sc_in<sc_dt::sc_uint<W> >
799 // value. This class is a specialization of the generic sc_in class to
803 class sc_in<sc_dt::sc_uint<W> > : class in namespace:sc_core
815 typedef sc_in<sc_dt::sc_uint<W> > this_type;
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...]
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_reset.cpp78 sc_reset_finder( bool async, const sc_in<bool>* port_p, bool level,
89 const sc_in<bool>* m_in_p; // Port for which reset is needed.
100 bool async, const sc_in<bool>* port_p, bool level, sc_process_b* target_p) :
246 void sc_reset::reset_signal_is( bool async, const sc_in<bool>& port, bool level)
H A Dsc_spawn_options.cpp106 SC_DEFINE_RESET_SIGNALS( sc_in<bool> )
/gem5/src/systemc/tests/systemc/bugs/async_reset_init/
H A Dasync_reset_init.cpp33 sc_core::sc_in<bool> rst_in;
/gem5/src/systemc/tests/systemc/communication/sc_buffer/test02/
H A Dsc_buffer_edge_reset.cpp40 sc_in<bool> in;
/gem5/src/systemc/tests/systemc/communication/sc_event_queue/test01/
H A Dtest01.cpp19 sc_in<bool> Clock;
/gem5/src/systemc/tests/systemc/communication/sc_export/test05/
H A Dtest05.cpp59 sc_in<atom > m_from_pipe; // Output from delay pipe.
/gem5/src/systemc/tests/systemc/communication/sc_port_policy/test01/
H A Dtest01.cpp65 sc_in<bool> m_clk;
/gem5/src/systemc/tests/systemc/communication/sc_port_policy/test02/
H A Dtest02.cpp65 sc_in<bool> m_clk;

Completed in 19 milliseconds

1234567891011