Searched refs:read (Results 126 - 150 of 686) sorted by relevance

1234567891011>>

/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_unsigned/promote_lost_carry/
H A Dstimgen.cpp62 cout << in1.read().to_uint() << " + " << in2.read().to_uint()
63 << " = " << result.read().to_uint()
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_unsigned/promote_truncation/
H A Dstimgen.cpp62 cout << in1.read().to_uint() << " + " << in2.read().to_uint()
63 << " = " << result.read().to_uint()
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_unsigned/truncation/
H A Dstimgen.cpp62 cout << in1.read().to_uint() << " + " << in2.read().to_uint()
63 << " = " << result.read().to_uint()
/gem5/src/systemc/tests/systemc/misc/unit/data/general/add_promote/
H A Dstimgen.cpp62 cout << in1.read().to_uint() << " + " << in2.read().to_uint()
63 << " = " << result.read().to_uint() << endl;
/gem5/src/systemc/tests/systemc/misc/unit/data/general/datawidth_int/
H A Dstimgen.cpp62 cout << in1.read() << " + " << in2.read()
63 << " = " << result.read() << endl;
/gem5/src/systemc/tests/systemc/misc/unit/data/general/int_to_bits/
H A Dstimgen.cpp62 cout << in1.read() << " + " << in2.read()
63 << " = " << result.read().to_uint() << endl;
/gem5/src/systemc/tests/systemc/misc/unit/data/general/promote_add/
H A Dstimgen.cpp62 cout << in1.read().to_uint() << " + " << in2.read().to_uint()
63 << " = " << result.read().to_uint() << endl;
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt14.1/
H A Dproc1.cpp55 cout << "Proc1: Data Ready has value = " << data_ready.read()
57 cout << "Proc1: Data Ack has value = " << data_ack.read()
64 cout << "Proc1: Data Ready has value = " << data_ready.read()
/gem5/src/systemc/channel/
H A Dsc_out_resolved.cc49 (*this)->write(i.read());
57 (*this)->write(p->read());
65 (*this)->write(p->read());
72 (*this)->write(p->read());
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/increment/
H A Dincrement.cpp48 if (reset.read() == true) {
58 while(in_valid.read()==false) wait();
62 tmp1 = in_value1.read();
63 tmp2 = in_value2.read();
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/or/datatypes/
H A Ddatatypes.cpp62 if (reset.read() == true) {
79 while(in_valid.read()==false) wait();
82 tmp1 = in_value1.read();
83 tmp2 = in_value2.read();
84 tmp3 = in_value3.read();
85 tmp4 = in_value4.read();
86 tmp5 = in_value5.read();
87 tmp6 = in_value6.read();
88 tmp8[0] = in_value7.read();
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad2/
H A Dgetres.cpp49 sprintf( buf, "Result = %f", result.read() );
/gem5/src/systemc/tests/systemc/misc/stars/star110069/
H A Dstar110069.cpp48 if (reset.read() == true) {
58 while(in_valid.read()==false) wait();
62 tmp1 = in_value1.read().to_uint();
63 tmp2 = in_value2.read().to_uint();
/gem5/src/systemc/tests/systemc/misc/synth/directives/resource/test1/
H A Dtest.cpp51 i = 9 + i1.read();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.1/
H A Ddisplay.cpp47 sprintf( buf, "Result = %.16g", in.read() );
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.2/
H A Ddisplay.cpp47 sprintf( buf, "Result = %.16g", in.read() );
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.4/
H A Ddisplay.cpp47 sprintf( buf, "Result = %.16g", in.read() );
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/bitwidth/
H A Dbitwidth.cpp50 if (reset.read() == true) {
60 while(in_valid.read()==false) wait();
64 tmp1 = in_value1.read();
65 tmp2 = in_value2.read();
66 tmp3 = in_value3.read();
67 tmp4 = in_value4.read();
68 tmp5 = in_value5.read();
69 tmp6 = in_value6.read();
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/datatypes/
H A Ddatatypes.cpp73 if (reset.read() == true) {
95 while(in_valid.read()==false) wait();
98 tmp1 = in_value1.read();
99 tmp2 = in_value2.read();
100 tmp3 = in_value3.read();
101 tmp4 = in_value4.read();
102 tmp5 = in_value5.read();
103 tmp6 = in_value6.read();
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/subtract/datatypes/
H A Ddatatypes.cpp63 if (reset.read() == true) {
82 while(in_valid.read()==false) wait();
85 tmp1 = in_value1.read();
86 tmp2 = in_value2.read();
87 tmp3 = in_value3.read();
88 tmp4 = in_value4.read();
89 tmp5 = in_value5.read();
90 tmp6 = in_value6.read();
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shl/bitwidth/
H A Dbitwidth.cpp51 if (reset.read() == true) {
61 while(in_valid.read()==false) wait();
65 tmp1 = in_value1.read();
66 tmp2 = in_value2.read();
67 tmp3 = in_value3.read();
68 tmp4 = in_value4.read();
69 tmp5 = in_value5.read();
70 tmp6 = in_value6.read();
/gem5/src/systemc/tests/systemc/misc/sim_tests/tri_state2/
H A Dts_buf.cpp49 c = control.read();
55 bus_val = in.read();
/gem5/src/systemc/tests/systemc/misc/synth/inlining/test2/
H A Dtest.cpp69 i = incr (i1.read(), i2.read());
/gem5/src/systemc/tests/systemc/misc/synth/inlining/test3/
H A Dtest.cpp69 i = incr (i1.read(), i2.read());
/gem5/src/systemc/tests/systemc/misc/synth/inlining/test4/
H A Dtest.cpp70 i = incr (i1.read(), i2.read());

Completed in 21 milliseconds

1234567891011>>