Searched refs:sc_in (Results 26 - 50 of 266) sorted by relevance

1234567891011

/gem5/src/systemc/tests/systemc/misc/v1.0/dash9/
H A Ddist.h44 sc_in<bool> pulse; // Pulse coming from the pulse generator.
45 sc_in<bool> start; // Becomes true if the car's started.
63 sc_in<bool> reset; // Reset the partial distance odometer if true.
64 sc_in<bool> start; // Becomes true if the car's started.
65 sc_in<bool> ok_for_incr;
97 sc_in<bool> start; // Becomes true if the car's started.
98 sc_in<double> total_dist;
99 sc_in<double> partial_dist;
118 sc_in<bool> pulse; // Pulse coming ftom the pulse generator.
119 sc_in<boo
[all...]
H A Dpulse.h45 sc_in<bool> start; // Becomes true if the car's started.
46 sc_in<int> speed; // Speed of the car set by the driver.
/gem5/src/systemc/ext/channel/
H A Dsc_in_resolved.hh33 #include "sc_in.hh"
45 class sc_in_resolved : public sc_in<sc_dt::sc_logic>
58 sc_in_resolved(const sc_in_resolved &) : sc_in<sc_dt::sc_logic>() {}
H A Dsc_in_rv.hh36 #include "sc_in.hh"
51 class sc_in_rv : public sc_in<sc_dt::sc_lv<W>>
54 sc_in_rv() : sc_in<sc_dt::sc_lv<W>>() {}
55 explicit sc_in_rv(const char *name) : sc_in<sc_dt::sc_lv<W>>(name) {}
61 sc_in<sc_dt::sc_lv<W> >::end_of_elaboration();
73 sc_in_rv(const sc_in_rv<W> &) : sc_in<sc_dt::sc_lv<W>>() {}
/gem5/src/systemc/tests/systemc/misc/sim_tests/srlatch/
H A Dnor.h47 sc_in<bool> a;
48 sc_in<bool> b;
/gem5/src/systemc/tests/systemc/misc/sim_tests/tri_state2/
H A Dts_buf.h47 sc_in<bool> in;
48 sc_in<bool> control;
/gem5/src/systemc/tests/systemc/misc/stars/star103601-2/
H A Dtest.h40 sc_in<bool> reset;
42 sc_in<sc_uint<8> > dati;
/gem5/src/systemc/tests/systemc/misc/stars/star103765/
H A Dtest.h40 sc_in<bool> reset;
42 sc_in<sc_uint<8> > dati;
/gem5/src/systemc/tests/systemc/misc/stars/star106015/
H A Dmem.h41 sc_in<sc_uint<8> > in_value1;
42 sc_in<bool> in_valid1;
/gem5/src/systemc/tests/systemc/misc/stars/star107755/
H A Dregfile.h40 sc_in<bool> reset;
42 sc_in<sc_lv<14> > dati;
/gem5/src/systemc/tests/systemc/misc/stars/star109180/
H A Dregfile.h40 sc_in<bool> reset;
42 sc_in<sc_lv<14> > dati;
/gem5/src/systemc/tests/systemc/misc/stars/star109218-2/
H A Dmap.h40 sc_in<bool> reset;
41 sc_in<sc_lv<16> > dati;
/gem5/src/systemc/tests/systemc/misc/unit/extern/
H A Dextern.cpp43 sc_in<int> a;
44 sc_in<int> b;
/gem5/src/systemc/tests/systemc/misc/unit/extern2/
H A Dextern2.cpp43 sc_in<int> a;
44 sc_in<int> b;
/gem5/src/systemc/tests/systemc/misc/unit/rtlout/test1/
H A Dtypes2.h42 sc_in<bool> reset;
43 sc_in<a_new_struct> port_in;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash1/
H A Dpulse.h45 sc_in<bool> start; // Becomes true if the car's started.
46 sc_in<int> speed; // Speed of the car set by the driver.
H A Dspeed.h45 sc_in<bool> start; // Becomes true if the car's started.
46 sc_in<bool> pulse; // Pulse coming from the pulse generator.
/gem5/src/systemc/tests/systemc/misc/v1.0/dash2/
H A Dpulse.h45 sc_in<bool> start; // Becomes true if the car's started.
46 sc_in<int> speed; // Speed of the car set by the driver.
/gem5/src/systemc/tests/systemc/misc/v1.0/dash3/
H A Dpulse.h45 sc_in<bool> start; // Becomes true if the car's started.
46 sc_in<int> speed; // Speed of the car set by the driver.
/gem5/src/systemc/tests/systemc/misc/v1.0/dash4/
H A Dpulse.h45 sc_in<bool> start; // Becomes true if the car's started.
46 sc_in<int> speed; // Speed of the car set by the driver.
/gem5/src/systemc/tests/systemc/misc/v1.0/dash5/
H A Dpulse.h45 sc_in<bool> start; // Becomes true if the car's started.
46 sc_in<int> speed; // Speed of the car set by the driver.
/gem5/src/systemc/tests/systemc/misc/v1.0/dash6/
H A Dpulse.h45 sc_in<bool> start; // Becomes true if the car's started.
46 sc_in<int> speed; // Speed of the car set by the driver.
/gem5/src/systemc/tests/systemc/misc/v1.0/dash7/
H A Dpulse.h45 sc_in<bool> start; // Becomes true if the car's started.
46 sc_in<int> speed; // Speed of the car set by the driver.
/gem5/src/systemc/tests/systemc/misc/v1.0/dash8/
H A Dpulse.h45 sc_in<bool> start; // Becomes true if the car's started.
46 sc_in<int> speed; // Speed of the car set by the driver.
/gem5/src/systemc/tests/systemc/communication/ports/test02/
H A Dtest02.cpp46 sc_in<int> in;
56 sc_in<int> in;
67 sc_in<int> input;

Completed in 9 milliseconds

1234567891011