Searched refs:sc_in (Results 1 - 25 of 266) sorted by relevance

1234567891011

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_clock_ports.h43 typedef sc_in<bool> sc_in_clk;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash1/
H A Ddriver.h45 sc_in<double> speed;
46 sc_in<double> angle;
47 sc_in<double> total;
48 sc_in<double> partial;
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/tests/systemc/misc/v1.0/dash2/
H A Ddriver.h45 sc_in<double> speed;
46 sc_in<double> angle;
47 sc_in<double> total;
48 sc_in<double> partial;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash3/
H A Ddriver.h45 sc_in<double> speed;
46 sc_in<double> angle;
47 sc_in<double> total;
48 sc_in<double> partial;
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...]
/gem5/src/systemc/tests/systemc/misc/v1.0/dash4/
H A Ddriver.h45 sc_in<double> speed;
46 sc_in<double> angle;
47 sc_in<double> total;
48 sc_in<double> partial;
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...]
/gem5/src/systemc/tests/systemc/misc/v1.0/dash5/
H A Ddriver.h45 sc_in<double> speed;
46 sc_in<double> angle;
47 sc_in<double> total;
48 sc_in<double> partial;
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...]
/gem5/src/systemc/tests/systemc/misc/v1.0/dash6/
H A Ddriver.h45 sc_in<double> speed;
46 sc_in<double> angle;
47 sc_in<double> total;
48 sc_in<double> partial;
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...]
/gem5/src/systemc/tests/systemc/misc/v1.0/dash7/
H A Ddriver.h45 sc_in<double> speed;
46 sc_in<double> angle;
47 sc_in<double> total;
48 sc_in<double> partial;
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...]
/gem5/src/systemc/tests/systemc/misc/v1.0/dash8/
H A Ddriver.h45 sc_in<double> speed;
46 sc_in<double> angle;
47 sc_in<double> total;
48 sc_in<double> partial;
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...]
/gem5/src/systemc/tests/systemc/misc/v1.0/dash9/
H A Ddriver.h45 sc_in<double> speed;
46 sc_in<double> angle;
47 sc_in<double> total;
48 sc_in<double> partial;
/gem5/src/systemc/channel/
H A Dsc_in_resolved.cc37 sc_in_resolved::sc_in_resolved() : sc_in<sc_dt::sc_logic>() {}
40 sc_in<sc_dt::sc_logic>(name)
48 sc_in<sc_dt::sc_logic>::end_of_elaboration();
/gem5/src/systemc/tests/systemc/misc/stars/star104726/
H A Dquant.h48 sc_in<Coeff8x8> data_in;
49 sc_in<bool> start;
50 sc_in<bool> data_ok;
/gem5/src/systemc/tests/systemc/misc/stars/star108117/
H A Dbv_arith.h49 sc_in<bool> Reset;
50 sc_in<bool> eg_enable;
51 sc_in<bool> eg_start;
/gem5/src/systemc/tests/systemc/misc/unit/structs/test3/
H A Darraytypes.h42 sc_in<bool> reset;
43 sc_in<arr_struct1> in_value1;
44 sc_in<sc_lv<1> > in_valid;
H A Ddisplay.h42 sc_in<sc_lv<8> > in_data1[4];
43 sc_in<unsigned int> in_data2[4];
44 sc_in<sc_bit> in_valid;
/gem5/src/systemc/tests/systemc/misc/stars/star110998/
H A Dtest1.h48 sc_in<bool> rdy_n_i;
49 sc_in<bool> ar_i;
50 sc_in<bool> res_n_i;
54 sc_in<sc_uint<4> > mii_data4_i;
55 sc_in<bool> mii_en_i;
56 sc_in<bool> mii_coll_det;
/gem5/src/systemc/tests/systemc/tracing/wif_trace/pct1/
H A Dmonitor.h45 sc_in<bool> tx;
46 sc_in<int> dout;
47 sc_in<bool> wr;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash0/
H A Ddist.h44 sc_in<bool> pulse; // Pulse coming ftom the pulse generator.

Completed in 22 milliseconds

1234567891011