Searched refs:sc_out (Results 1 - 25 of 163) sorted by relevance

1234567

/gem5/src/systemc/ext/channel/
H A Dsc_out.hh40 class sc_out : public sc_inout<T> class in namespace:sc_core
43 sc_out() : sc_inout<T>() {} function in class:sc_core::sc_out
44 explicit sc_out(const char *name) : sc_inout<T>(name) {} function in class:sc_core::sc_out
45 virtual ~sc_out() {}
48 explicit sc_out(const sc_signal_inout_if<T> &interface) : function in class:sc_core::sc_out
51 sc_out(const char *name, const sc_signal_inout_if<T> &interface) : function in class:sc_core::sc_out
54 explicit sc_out(sc_port_b<sc_signal_inout_if<T> > &parent) : function in class:sc_core::sc_out
57 sc_out(const char *name, sc_port_b<sc_signal_inout_if<T> > &parent) : function in class:sc_core::sc_out
60 explicit sc_out(sc_out< function in class:sc_core::sc_out
61 sc_out(const char *name, sc_out<T> &parent) : sc_inout<T>(name, parent) {} function in class:sc_core::sc_out
98 sc_out(const sc_out<T> &) : sc_inout<T>() {} function in class:sc_core::sc_out
[all...]
/gem5/src/systemc/tests/systemc/misc/unit/structs/test3/
H A Dstimulus.h40 sc_out<bool> reset;
41 sc_out<char > out_stimulus1[4];
42 sc_out<sc_int<8> > out_stimulus2[4];
43 sc_out<sc_lv<1> > out_valid;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash0/
H A Dpulse.h45 sc_out<bool> speed_pulse; // Pulses for the speedometer.
46 sc_out<bool> dist_pulse; // Pulses for the odometers.
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_clock_ports.h45 typedef sc_out<bool> sc_out_clk;
/gem5/src/systemc/tests/systemc/misc/stars/star104726/
H A Dquant.h52 sc_out<Coeff8x8> data_out;
53 sc_out<bool> ready;
54 sc_out<bool> data_out_ready;
/gem5/src/systemc/tests/systemc/misc/stars/star110998/
H A Dtest1.h43 sc_out<sc_uint<30> > addr30_o;
45 sc_out<sc_uint<32> > data32_o;
46 sc_out<bool> ads_n_o;
47 sc_out<bool> wr_n_o;
52 sc_out<sc_uint<4> > mii_data4_o;
53 sc_out<bool> mii_en_o;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash1/
H A Ddriver.h51 sc_out<bool> reset; // Set if the driver wants to reset the partial
53 sc_out<int> speed_set; // Speed of the car as set by the driver.
54 sc_out<bool> start; // Set if the driver starts the car.
/gem5/src/systemc/tests/systemc/misc/v1.0/dash2/
H A Ddriver.h51 sc_out<bool> reset; // Set if the driver wants to reset the partial
53 sc_out<int> speed_set; // Speed of the car as set by the driver.
54 sc_out<bool> start; // Set if the driver starts the car.
/gem5/src/systemc/tests/systemc/misc/v1.0/dash3/
H A Ddriver.h51 sc_out<bool> reset; // Set if the driver wants to reset the partial
53 sc_out<int> speed_set; // Speed of the car as set by the driver.
54 sc_out<bool> start; // Set if the driver starts the car.
/gem5/src/systemc/tests/systemc/misc/v1.0/dash4/
H A Ddriver.h51 sc_out<bool> reset; // Set if the driver wants to reset the partial
53 sc_out<int> speed_set; // Speed of the car as set by the driver.
54 sc_out<bool> start; // Set if the driver starts the car.
/gem5/src/systemc/tests/systemc/misc/v1.0/dash5/
H A Ddriver.h51 sc_out<bool> reset; // Set if the driver wants to reset the partial
53 sc_out<int> speed_set; // Speed of the car as set by the driver.
54 sc_out<bool> start; // Set if the driver starts the car.
/gem5/src/systemc/tests/systemc/misc/v1.0/dash6/
H A Ddriver.h51 sc_out<bool> reset; // Set if the driver wants to reset the partial
53 sc_out<int> speed_set; // Speed of the car as set by the driver.
54 sc_out<bool> start; // Set if the driver starts the car.
/gem5/src/systemc/tests/systemc/misc/v1.0/dash7/
H A Ddriver.h51 sc_out<bool> reset; // Set if the driver wants to reset the partial
53 sc_out<int> speed_set; // Speed of the car as set by the driver.
54 sc_out<bool> start; // Set if the driver starts the car.
/gem5/src/systemc/tests/systemc/misc/v1.0/dash8/
H A Ddriver.h51 sc_out<bool> reset; // Set if the driver wants to reset the partial
53 sc_out<int> speed_set; // Speed of the car as set by the driver.
54 sc_out<bool> start; // Set if the driver starts the car.
/gem5/src/systemc/tests/systemc/misc/v1.0/dash9/
H A Ddriver.h51 sc_out<bool> reset; // Set if the driver wants to reset the partial
53 sc_out<int> speed_set; // Speed of the car as set by the driver.
54 sc_out<bool> start; // Set if the driver starts the car.
/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test08/
H A Dtest08.cpp48 sc_out<target> out_target;
49 sc_out<target> out_target2;
/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test09/
H A Dtest09.cpp48 sc_out<target> out_target;
49 sc_out<target> out_target2;
/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test10/
H A Dtest10.cpp48 sc_out<target> out_target;
49 sc_out<target> out_target2;
/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test11/
H A Dtest11.cpp48 sc_out<target> out_target;
49 sc_out<target> out_target2;
/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test12/
H A Dtest12.cpp48 sc_out<target> out_target;
49 sc_out<target> out_target2;
/gem5/src/systemc/tests/systemc/misc/stars/star103601-2/
H A Dtest.h43 sc_out<sc_uint<8> > dato;
44 sc_out<bool> done;
/gem5/src/systemc/tests/systemc/misc/stars/star103765/
H A Dtest.h43 sc_out<sc_uint<8> > dato;
44 sc_out<bool> done;
/gem5/src/systemc/tests/systemc/misc/stars/star107755/
H A Dregfile.h43 sc_out<sc_lv<14> > dato;
44 sc_out<sc_logic> ready, done;
/gem5/src/systemc/tests/systemc/misc/stars/star108117/
H A Dbv_arith.h47 sc_out<sc_bigint<80> > XX;
52 sc_out<bool> eg_exitc;
/gem5/src/systemc/tests/systemc/misc/stars/star109180/
H A Dregfile.h43 sc_out<sc_lv<14> > dato;
44 sc_out<sc_logic> ready, done;

Completed in 17 milliseconds

1234567