Searched refs:read (Results 301 - 325 of 686) sorted by relevance

<<11121314151617181920>>

/gem5/src/systemc/tests/systemc/misc/communication/channel/test1/
H A Dtest1.cpp64 val = in.read();
67 val = in.read();
69 val = in.read();
74 val = in.read();
/gem5/src/systemc/tests/systemc/misc/gnats/pr57/
H A Dpr57.cpp97 d = ! a.read();
100 c = ! a.read();
105 d = ! a.read();
108 pres3(!a.read());
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad2/
H A Ddelay_line.cpp52 line[0] = in.read();
/gem5/src/systemc/tests/systemc/misc/sim_tests/hshake2/
H A Dproc2.cpp52 i = data.read();
/gem5/src/systemc/tests/systemc/misc/stars/star106015/
H A Dstar106015.cpp51 while(in_valid1.read()==false) {
/gem5/src/systemc/tests/systemc/misc/stars/star116568/
H A Dtest.cpp58 convert(sc_lv<8>(A.read()),tmp);
86 cout << X.read() << endl;
90 cout << X.read() << endl;
94 cout << X.read() << endl;
/gem5/src/systemc/tests/systemc/misc/synth/inlining/test5/
H A Dtest.cpp55 o1 = x + i2.read() + b;
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.1/
H A Dmean.cpp63 // read all inputs
64 i = a.read().to_int();
65 j = b.read().to_int();
66 k = c.read().to_int();
67 l = d.read().to_int();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.2/
H A Dmean.cpp63 // read all inputs
64 i = in.read().to_int();
66 j = in.read().to_int();
68 k = in.read().to_int();
70 l = in.read().to_int();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.3/
H A Dmean.cpp63 // read all inputs
65 i = in.read().to_int();
67 j = in.read().to_int();
69 k = in.read().to_int();
71 l = in.read().to_int();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.4/
H A Dmean.cpp63 // read all inputs
66 i = in.read().to_int();
68 j = in.read().to_int();
70 k = in.read().to_int();
72 l = in.read().to_int();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.5/
H A Dmean.cpp63 // read all inputs
67 i = in.read().to_int();
69 j = in.read().to_int();
71 k = in.read().to_int();
73 l = in.read().to_int();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.6/
H A Dmean.cpp63 // read all inputs
66 i = in.read().to_int();
68 j = in.read().to_int();
70 k = in.read().to_int();
72 l = in.read().to_int();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt14.1/
H A Dproc2.cpp52 i = data.read();
/gem5/src/dev/serial/
H A Dsimple.hh54 Tick read(PacketPtr pkt) override;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/addition/
H A Daddition.cpp49 if (reset.read() == true) {
59 while(in_valid.read()==false) wait();
63 tmp1 = in_value1.read();
64 tmp2 = in_value2.read();
65 tmp3 = in_value3.read();
66 tmp4 = in_value4.read();
67 tmp5 = in_value5.read();
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/subtract/subtract/
H A Dsubtract.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/stars/star111004/
H A Dstar111004.cpp94 // read from mbdatm-memory over i486-IF
102 sc_uint<32> data = data32_i.read();
125 if (!res_n_i.read()){
132 sc_uint<32> hws = data32_i.read();
138 addr_tx_frame_ptr = data32_i.read();
161 // would wake up IO-Controller to read data from the memory,
200 while (out_fifo_act.read() != 0) wait(2);
204 // read out the frames and sent successfully
209 // read next frame_pointer and word_cnt from MBDATM
232 // read rx_frame_pt
[all...]
/gem5/src/cpu/testers/traffic_gen/
H A Dtrace_gen.cc61 // Create a protobuf message for the header and read it from the stream
63 if (!trace.read(header_msg)) {
64 panic("Failed to read packet header from trace\n");
79 TraceGen::InputStream::read(TraceElement& element) function in class:TraceGen::InputStream
82 if (trace.read(pkt_msg)) {
127 // read the first element in the file and set the complete flag
128 traceComplete = !trace.read(nextElement);
138 // read the next element and set the complete flag
139 traceComplete = !trace.read(nextElement);
/gem5/src/base/
H A Dcirclebuf.test.cc62 buf.read(foo, 2);
65 buf.read(foo, 6);
107 buf.read(foo, 4);
113 buf.read(foo + 4, 6);
117 buf.read(foo + 10, 2);
/gem5/src/systemc/tests/systemc/misc/stars/star111657/
H A Dstar111657.cpp66 while (start_mux.read() == 0) wait();
105 while (mii_en_i.read() == false) wait();
138 // read from mbdatm-memory over i486-IF
145 while (rdy_n_i.read() == 1) wait();
146 sc_uint<32> data = data32_i.read();
154 // read from mbdatm-memory over i486-IF
161 while (rdy_n_i.read() == 1) wait();
162 sc_uint<32> data = data32_i.read();
176 while (rdy_n_i.read() == 1) wait();
190 while (rdy_n_i.read()
[all...]
/gem5/src/systemc/tests/systemc/examples/isqrt/
H A Disqrt.cpp38 in_value = DIN_value.read();
39 while( !DIN_vld.read()){
41 in_value = DIN_value.read();
48 while( !DOUT_rdy.read()){
229 if( is.read() != S[i].is){
232 (int)is.read());
/gem5/src/arch/generic/linux/
H A Dthreadinfo.hh61 data = tc->getVirtProxy().read<T>(addr, TheISA::GuestByteOrder);
106 return tc->getVirtProxy().read<Addr>(thread_info + offset);
115 return tc->getVirtProxy().read<int32_t>(task_struct + offset);
131 return tc->getVirtProxy().read<int32_t>(task_struct + offset);
149 return tc->getVirtProxy().read<int64_t>(task_struct + offset);
189 return tc->getVirtProxy().read<int32_t>(task_struct + offset);
/gem5/src/systemc/ext/channel/
H A Dsc_buffer.hh71 write(arg.read());
77 write(arg.read());
/gem5/src/systemc/tests/systemc/communication/sc_signal_resolved/test04/
H A Dtest04.cpp58 cout<<sig1.read()<<endl;
60 cout<<sig2.read()<<endl;

Completed in 26 milliseconds

<<11121314151617181920>>