Searched refs:sc_in (Results 51 - 75 of 266) sorted by relevance

1234567891011

/gem5/src/systemc/tests/systemc/misc/stars/star110672/
H A Ddesign.h42 sc_in<bool > take_the_data;
43 sc_in<bool > data_request;
46 sc_in <DATA_TYPE > input;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash2/
H A Ddist.h44 sc_in<bool> pulse; // Pulse coming ftom the pulse generator.
45 sc_in<bool> reset; // Reset the partial distance odometer if true.
46 sc_in<bool> start; // Becomes true if the car's started.
/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
58 virtual ~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/src/systemc/tests/systemc/misc/sim_tests/hshake2/
H A Dproc2.h49 sc_in<bool> data_ready;
50 sc_in<int> data;
/gem5/src/systemc/tests/systemc/misc/stars/star111004/
H A Dio_controller.h99 sc_in<bool> rdy_n_i;
100 sc_in<bool> ar_i;
101 sc_in<bool> res_n_i;
105 sc_in<sc_uint<4> > mii_data4_i;
106 sc_in<bool> mii_en_i;
107 sc_in<bool> mii_coll_det;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash3/
H A Dspeed.h44 sc_in<bool> start; // Becomes true if the car's started.
45 sc_in<bool> pulse; // Pulse coming from the pulse generator.
77 sc_in<bool> start; // Becomes true if the car's started.
78 sc_in<double> filtered_speed;
98 sc_in<bool> start; // Becomes true if the car's started.
99 sc_in<bool> pulse; // Pulse coming from the pulse generator.
/gem5/src/systemc/tests/systemc/misc/v1.0/dash4/
H A Dspeed.h44 sc_in<bool> start; // Becomes true if the car's started.
45 sc_in<bool> pulse; // Pulse coming from the pulse generator.
77 sc_in<bool> start; // Becomes true if the car's started.
78 sc_in<double> filtered_speed;
98 sc_in<bool> start; // Becomes true if the car's started.
99 sc_in<bool> pulse; // Pulse coming from the pulse generator.
/gem5/src/systemc/tests/systemc/misc/v1.0/dash5/
H A Dspeed.h44 sc_in<bool> start; // Becomes true if the car's started.
45 sc_in<bool> pulse; // Pulse coming from the pulse generator.
77 sc_in<bool> start; // Becomes true if the car's started.
78 sc_in<double> filtered_speed;
98 sc_in<bool> start; // Becomes true if the car's started.
99 sc_in<bool> pulse; // Pulse coming from the pulse generator.
/gem5/src/systemc/tests/systemc/misc/v1.0/dash6/
H A Dspeed.h44 sc_in<bool> start; // Becomes true if the car's started.
45 sc_in<bool> pulse; // Pulse coming from the pulse generator.
77 sc_in<bool> start; // Becomes true if the car's started.
78 sc_in<double> filtered_speed;
98 sc_in<bool> start; // Becomes true if the car's started.
99 sc_in<bool> pulse; // Pulse coming from the pulse generator.
/gem5/src/systemc/tests/systemc/misc/v1.0/dash7/
H A Dspeed.h44 sc_in<bool> start; // Becomes true if the car's started.
45 sc_in<bool> pulse; // Pulse coming from the pulse generator.
77 sc_in<bool> start; // Becomes true if the car's started.
78 sc_in<double> filtered_speed;
98 sc_in<bool> start; // Becomes true if the car's started.
99 sc_in<bool> pulse; // Pulse coming from the pulse generator.
/gem5/src/systemc/tests/systemc/misc/v1.0/dash8/
H A Dspeed.h44 sc_in<bool> start; // Becomes true if the car's started.
45 sc_in<bool> pulse; // Pulse coming from the pulse generator.
77 sc_in<bool> start; // Becomes true if the car's started.
78 sc_in<double> filtered_speed;
98 sc_in<bool> start; // Becomes true if the car's started.
99 sc_in<bool> pulse; // Pulse coming from the pulse generator.
/gem5/src/systemc/tests/systemc/misc/v1.0/dash9/
H A Dspeed.h44 sc_in<bool> start; // Becomes true if the car's started.
45 sc_in<bool> pulse; // Pulse coming from the pulse generator.
77 sc_in<bool> start; // Becomes true if the car's started.
78 sc_in<double> filtered_speed;
98 sc_in<bool> start; // Becomes true if the car's started.
99 sc_in<bool> pulse; // Pulse coming from the pulse generator.
/gem5/src/systemc/tests/systemc/misc/if_transforms/loop_unrolling/test6/
H A Dtest.h59 sc_in<int> i1;
60 sc_in<int> i2;
61 sc_in<int> i3;
62 sc_in<int> i4;
63 sc_in<int> i5;
/gem5/src/systemc/ext/core/
H A Dsc_sensitive.hh60 class sc_in;
79 void operator () (::sc_gem5::Process *p, const sc_in<bool> &);
80 void operator () (::sc_gem5::Process *p, const sc_in<sc_dt::sc_logic> &);
/gem5/src/systemc/tests/systemc/kernel/sc_sensitive/test01/
H A Dtest01.cpp47 // test of sc_sensitive::operator()(sc_cthread_process*, sc_in(inout)<bool>)
54 sc_in<bool> clk;
55 sc_in<bool> in1;
86 sc_in<bool> clk;
/gem5/src/systemc/tests/systemc/misc/gnats/pr-233/
H A Dpr-233.cpp56 sc_in<int*> x;
57 sc_in<int*> y;
58 sc_in<int> q;
/gem5/src/systemc/tests/systemc/misc/stars/star111657/
H A Dio_controller1.h91 sc_in<bool> rdy_n_i;
92 sc_in<bool> ar_i;
93 sc_in<bool> res_n_i;
97 sc_in<sc_uint<4> > mii_data4_i;
98 sc_in<bool> mii_en_i;
99 sc_in<bool> mii_coll_det;
/gem5/src/systemc/tests/systemc/communication/sc_buffer/test01/
H A Dtest01.cpp52 sc_in<bool> clk;
72 sc_in<int> in;
/gem5/src/systemc/tests/systemc/kernel/reset_signal_is/test03/
H A Dtest03.cpp55 sc_in<bool> m_clk;
56 sc_in<bool> m_reset;
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad1/
H A Dbiquad.h49 sc_in<float> in;
50 sc_in<bool> reset;
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad2/
H A Dbiquad.h49 sc_in<float> in;
50 sc_in<bool> reset;
H A Dop_queue.h49 sc_in<float> in;
50 sc_in<bool> pop;
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad3/
H A Dbiquad.h47 sc_in<float> in;
48 sc_in<bool> reset;
/gem5/src/systemc/tests/systemc/misc/sim_tests/srlatch/
H A Dtestbench.h49 sc_in<bool> q;
50 sc_in<bool> qp;
/gem5/src/systemc/tests/systemc/misc/stars/star114477/
H A Ddesign.h42 sc_in<bool> clk;
43 sc_in<int> count;

Completed in 22 milliseconds

1234567891011