Searched refs:read (Results 326 - 350 of 686) sorted by relevance

<<11121314151617181920>>

/gem5/src/systemc/tests/systemc/misc/stars/star107755/
H A Dstar107755.cpp59 dat0 = dati.read();
62 dat3 = dati.read();
/gem5/src/systemc/tests/systemc/misc/stars/star109180/
H A Dstar109180.cpp59 dat0 = dati.read();
62 dat3 = dati.read();
/gem5/src/systemc/tests/systemc/misc/synth/add_chain_FUNC/
H A Ddisplay.cpp83 << data.read()
84 << " is " << sum.read().to_uint()
/gem5/src/systemc/tests/systemc/misc/synth/blast/blast1/
H A Dblast1.cpp76 mem[i.to_uint()] = a.read();
77 mem[j.to_uint()] = b.read();
/gem5/src/systemc/tests/systemc/misc/synth/bubble/
H A Dbubble.h154 B[1] = a1.read(); B[2] = a2.read(); B[3] = a3.read(); B[4] = a4.read();
155 B[5] = a5.read(); B[6] = a6.read(); B[7] = a7.read(); B[8] = a8.read();
/gem5/src/systemc/tests/systemc/misc/unit/structs/test3/
H A Dtest3.cpp52 while(in_valid.read() == "0") wait();
54 a = in_value1.read();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt7.2/
H A Dtestbench.cpp65 sum = Ssum.read();
66 d = Sdiff.read();
/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/fifo/
H A Dfifo_put_get.hh38 return buffer.read();
41 // Non-blocking read.
53 val_ = buffer.read();
/gem5/src/dev/sparc/
H A Ddtod.hh33 * simple device register read.
45 * DumbTOD simply returns some idea of time when read. Until we finish with
63 Tick read(PacketPtr pkt) override;
H A Dmm_disk.hh61 Tick read(PacketPtr pkt) override;
/gem5/src/systemc/ext/channel/
H A Dsc_fifo_in.hh82 void read(T &t) { (*this)->read(t); } function in class:sc_core::sc_fifo_in
83 T read() { return (*this)->read(); } function in class:sc_core::sc_fifo_in
/gem5/src/systemc/tests/systemc/misc/communication/channel/hshake1/
H A Dhshake1.cpp67 bool done_ = done.read();
71 int in_ = in.read();
104 bool done_ = done.read();
109 int in_ = in.read();
/gem5/src/systemc/tests/systemc/misc/communication/channel/hshake2/
H A Dhshake2.cpp67 bool done_ = done.read();
71 int in_ = in.read();
105 bool done_ = done.read();
109 int in_ = in.read();
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad1/
H A Dbiquad.cpp55 sample = in.read();
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad2/
H A Dbiquad.cpp55 sample = in.read();
/gem5/src/systemc/tests/systemc/misc/stars/star103601-2/
H A Dstar103601-2.cpp52 inp = dati.read();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.7/
H A Dmean.cpp63 // read all inputs
67 i = in.read().to_int();
73 j = in.read().to_int();
79 k = in.read().to_int();
85 l = in.read().to_int();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt3.2/
H A Dfsmr.cpp50 c = input_char.read();
/gem5/src/systemc/tests/systemc/misc/v1.0/dash1/
H A Dpulse.cpp84 } while (start.read() == false);
/gem5/src/systemc/tests/systemc/misc/v1.0/dash2/
H A Dpulse.cpp84 } while (start.read() == false);
/gem5/src/systemc/tests/systemc/misc/v1.0/dash3/
H A Dpulse.cpp84 } while (start.read() == false);
/gem5/src/systemc/tests/systemc/misc/v1.0/dash4/
H A Dpulse.cpp84 } while (start.read() == false);
/gem5/util/systemc/systemc_within_gem5/systemc_simple_object/
H A Dprinter.hh69 DPRINTFN("Word %d: %s%s\n", i++, prefix, input.read());
/gem5/src/systemc/tests/systemc/communication/reverse_bind/test01/
H A Dtest01.cpp12 cout << "READ_LEAF: change " << (int)in.read() << endl;
26 out = out.read() + 1;
57 cout << "TOP: change " << (int)in.read() << endl;
/gem5/src/systemc/tests/systemc/communication/reverse_bind/test02/
H A Dtest02.cpp12 cout << "READ_LEAF: change " << (int)in.read() << endl;
26 out = out.read() + 1;
57 cout << "TOP: change " << (int)in.read() << endl;

Completed in 20 milliseconds

<<11121314151617181920>>