Searched refs:read (Results 226 - 250 of 686) sorted by relevance

1234567891011>>

/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shl/datatypes/
H A Ddatatypes.cpp72 if (reset.read() == true) {
93 while(in_valid.read()==false) wait();
96 tmp1 = in_value1.read();
97 tmp2 = in_value2.read();
98 tmp3 = in_value3.read();
99 tmp4 = in_value4.read();
100 tmp5 = in_value5.read();
101 tmp6 = in_value6.read();
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shl/sharing/
H A Dsharing.cpp72 if (reset.read() == true) {
93 while(in_valid.read()==false) wait();
96 tmp1 = in_value1.read();
97 tmp2 = in_value2.read();
98 tmp3 = in_value3.read();
99 tmp4 = in_value4.read();
100 tmp5 = in_value5.read();
101 tmp6 = in_value6.read();
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shr/sharing/
H A Dsharing.cpp72 if (reset.read() == true) {
93 while(in_valid.read()==false) wait();
96 tmp1 = in_value1.read();
97 tmp2 = in_value2.read();
98 tmp3 = in_value3.read();
99 tmp4 = in_value4.read();
100 tmp5 = in_value5.read();
101 tmp6 = in_value6.read();
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad3/
H A Dbiquad.cpp48 if (reset.read() == true) {
53 sample = in.read();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.4/
H A Dstage1.cpp54 a = in1.read();
55 b = in2.read();
H A Dstage2.cpp54 a = sum.read();
55 b = diff.read();
H A Dstage3.cpp56 a = prod.read();
57 b = quot.read();
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/if_test/
H A Dif_test.cpp50 if (reset.read() == true) {
67 tmp1 = in_value1.read();
68 tmp2 = in_value2.read();
69 tmp3 = in_value3.read();
70 tmp4 = in_value4.read();
71 tmp5 = in_value5.read();
/gem5/src/systemc/tests/systemc/misc/examples/a2901/
H A Da2901_alu.cpp43 int I53 = I.read().range(5,3);
45 R_ext_v = (I53 == 0x1) ? sc_int<5> (0xf & ~(RE.read()))
46 : sc_int<5>( RE.read() );
47 S_ext_v = (I53 == 0x2) ? sc_int<5> (0xf & ~(S.read()) )
48 : sc_int<5>( S.read() );
56 result = R_ext_v + S_ext_v + C0.read();
/gem5/src/systemc/tests/systemc/misc/unit/aproc_halt/disaproc2/
H A Ddisaproc2.cpp76 c = a.read().to_int() + b.read().to_int();
79 c = a.read().to_int() - b.read().to_int();
114 d = a.read().to_int() * b.read().to_int();
117 if (b.read().to_int() == 0) {
118 d = a.read().to_int() / (b.read().to_int() + 1);
121 d = a.read()
[all...]
/gem5/src/systemc/tests/systemc/misc/sim_tests/multtrans/multtrans0/
H A Dmulttrans0.cpp67 buffer = data_i.read();
71 buffer = data_i.read();
110 data_o.write(data_i1.read() + data_i2.read());
131 data_o.write(data_i1.read() + data_i2.read());
149 data_o.write(data_i1.read() + data_i2.read());
175 cout << "Result = " << res.read() << endl;
178 cout << "Result = " << res.read() << end
[all...]
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/modulo/
H A Dmodulo.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();
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/mult/
H A Dmult.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();
/gem5/src/systemc/tests/systemc/communication/sc_buffer/test02/
H A Dsc_buffer_edge_reset.cpp69 << ": " << "in = " << in.read()
92 buf.write( !buf.read() );
93 sig.write( !sig.read() );
96 buf.write( buf.read() );
97 sig.write( sig.read() );
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test02/
H A Dtest02.cpp43 //write and read interfaces
55 virtual void read( ) = 0;
84 //read from channel
85 void read( ){ function in class:channel
122 void read( ) function
124 input->read();
129 SC_METHOD(read);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test03/
H A Dtest03.cpp43 //write and read interfaces
55 virtual void read( ) = 0;
81 //read from channel
82 void read( ){ function in class:channel
118 void read( ) function
120 input->read();
125 SC_METHOD(read);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test04/
H A Dtest04.cpp43 //write and read interfaces
55 virtual void read( ) = 0;
89 //read from channel
90 void read( ){ function in class:channel
126 void read( ) function
128 input->read();
133 SC_METHOD(read);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test05/
H A Dtest05.cpp43 //write and read interfaces
55 virtual void read( ) = 0;
93 //read from channel
94 void read( ){ function in class:channel
130 void read( ) function
132 input->read();
137 SC_METHOD(read);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test06/
H A Dtest06.cpp43 //write and read interfaces
55 virtual void read( ) = 0;
92 //read from channel
93 void read( ){ function in class:channel
129 void read( ) function
131 input->read();
136 SC_METHOD(read);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test07/
H A Dtest07.cpp43 //write and read interfaces
55 virtual void read( ) = 0;
89 //read from channel
90 void read( ){ function in class:channel
127 void read( ) function
129 input->read();
134 SC_METHOD(read);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test08/
H A Dtest08.cpp43 //write and read interfaces
55 virtual void read( ) = 0;
94 //read from channel
95 void read( ){ function in class:channel
132 void read( ) function
134 input->read();
139 SC_METHOD(read);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test09/
H A Dtest09.cpp43 //write and read interfaces
55 virtual void read( ) = 0;
93 //read from channel
94 void read( ){ function in class:channel
131 void read( ) function
133 input->read();
138 SC_METHOD(read);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test10/
H A Dtest10.cpp43 //write and read interfaces
55 virtual void read( ) = 0;
86 //read from channel
87 void read( ){ function in class:channel
123 void read( ) function
125 input->read();
130 SC_METHOD(read);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test11/
H A Dtest11.cpp43 //write and read interfaces
55 virtual void read( ) = 0;
93 //read from channel
94 void read( ){ function in class:channel
130 void read( ) function
132 input->read();
137 SC_METHOD(read);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test12/
H A Dtest12.cpp43 //write and read interfaces
55 virtual void read( ) = 0;
84 //read from channel
85 void read( ){ function in class:channel
122 void read( ) function
124 input->read();
129 SC_THREAD(read);

Completed in 21 milliseconds

1234567891011>>