Searched refs:read (Results 251 - 275 of 686) sorted by relevance

<<11121314151617181920>>

/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test13/
H A Dtest13.cpp43 //write and read interfaces
55 virtual void read( ) = 0;
92 //read from channel
93 void read( ){ function in class:channel
133 void read( ) function
135 input->read();
140 SC_THREAD(read);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test14/
H A Dtest14.cpp43 //write and read interfaces
55 virtual void read( ) = 0;
92 //read from channel
93 void read( ){ function in class:channel
132 void read( ) function
134 input->read();
139 SC_THREAD(read);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test15/
H A Dtest15.cpp43 //write and read interfaces
55 virtual void read( ) = 0;
94 //read from channel
95 void read( ){ function in class:channel
134 void read( ) function
136 input->read();
141 SC_THREAD(read);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test16/
H A Dtest16.cpp43 //write and read interfaces
55 virtual void read( ) = 0;
94 //read from channel
95 void read( ){ function in class:channel
135 void read( ) function
137 input->read();
142 SC_THREAD(read);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test17/
H A Dtest17.cpp43 //write and read interfaces
55 virtual void read( ) = 0;
94 //read from channel
95 void read( ){ function in class:channel
134 void read( ) function
136 input->read();
141 SC_THREAD(read);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test18/
H A Dtest18.cpp43 //write and read interfaces
55 virtual void read( ) = 0;
94 //read from channel
95 void read( ){ function in class:channel
135 void read( ) function
137 input->read();
142 SC_THREAD(read);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test19/
H A Dtest19.cpp43 //write and read interfaces
55 virtual void read( ) = 0;
87 //read from channel
88 void read( ){ function in class:channel
127 void read( ) function
129 input->read();
134 SC_THREAD(read);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test20/
H A Dtest20.cpp43 //write and read interfaces
55 virtual void read( ) = 0;
94 //read from channel
95 void read( ){ function in class:channel
134 void read( ) function
136 input->read();
141 SC_THREAD(read);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/case/datatypes/
H A Ddatatypes.cpp50 if (reset.read() == true) {
66 tmp1 = in_value1.read();
67 tmp2 = in_value2.read();
68 tmp3 = in_value3.read();
69 tmp4 = in_value4.read();
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/case/inlining/
H A Dinlining.cpp78 if (reset.read() == true) {
92 tmp1 = in_value1.read().to_int();
93 tmp2 = in_value2.read().to_int();
94 tmp3 = in_value3.read();
95 tmp4 = in_value4.read();
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/inlining/
H A Dinlining.cpp60 if (reset.read() == true) {
74 tmp1 = in_value1.read();
75 tmp2 = in_value2.read();
76 tmp3 = in_value3.read();
77 tmp4 = in_value4.read();
/gem5/src/systemc/tests/systemc/misc/examples/datawidth_int_c/
H A Ddatawidth_int.cpp58 tmp_a = in1.read();
59 tmp_b = in2.read();
89 cout << in1.read() << " + " << in2.read()
90 << " = " << result.read() << endl;
/gem5/src/systemc/ext/channel/
H A Dsc_signal_in_if.hh58 virtual const T &read() const = 0;
79 virtual const bool &read() const = 0;
113 virtual const sc_dt::sc_logic &read() const = 0;
/gem5/src/systemc/tests/systemc/misc/synth/add_chain_FUNC/
H A Ddata_gen.cpp90 if(addr.read() > LIMIT) { // if(addr > LIMIT)
96 data.write(mem[addr.read()]); // data = mem[addr]
100 addr.write(addr.read() + 1); // addr = addr + 1
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt10.1/
H A Dparamadd.cpp62 a1 = a.read();
63 b1 = b.read();
64 c1 = cin.read();
/gem5/src/systemc/tests/systemc/misc/user_guide/param_model/
H A Dparam.cpp63 a1 = a.read();
64 b1 = b.read();
65 c1 = cin.read();
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum_observer.h73 SC_OBSERVER_(object,sc_fxnum_observer*,read)
84 SC_OBSERVER_(object,sc_fxnum_fast_observer*,read)
125 virtual void read( const sc_fxnum& );
151 virtual void read( const sc_fxnum_fast& );
179 sc_fxnum_observer::read( const sc_fxnum& ) function in class:sc_dt::sc_fxnum_observer
206 sc_fxnum_fast_observer::read( const sc_fxnum_fast& ) function in class:sc_dt::sc_fxnum_fast_observer
H A Dsc_fxval_observer.h73 SC_OBSERVER_(object,sc_fxval_observer*,read)
84 SC_OBSERVER_(object,sc_fxval_fast_observer*,read)
126 virtual void read( const sc_fxval& );
153 virtual void read( const sc_fxval_fast& );
182 sc_fxval_observer::read( const sc_fxval& ) function in class:sc_dt::sc_fxval_observer
210 sc_fxval_fast_observer::read( const sc_fxval_fast& ) function in class:sc_dt::sc_fxval_fast_observer
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxnum_observer.hh70 SC_OBSERVER_(object, sc_fxnum_observer *, read)
81 SC_OBSERVER_(object, sc_fxnum_fast_observer *, read)
119 virtual void read(const sc_fxnum &);
141 virtual void read(const sc_fxnum_fast &);
158 inline void sc_fxnum_observer::read(const sc_fxnum &) {} function in class:sc_dt::sc_fxnum_observer
170 inline void sc_fxnum_fast_observer::read(const sc_fxnum_fast &) {} function in class:sc_dt::sc_fxnum_fast_observer
H A Dsc_fxval_observer.hh70 SC_OBSERVER_(object, sc_fxval_observer *, read)
81 SC_OBSERVER_(object, sc_fxval_fast_observer *, read)
119 virtual void read(const sc_fxval &);
142 virtual void read(const sc_fxval_fast &);
160 inline void sc_fxval_observer::read(const sc_fxval &) {} function in class:sc_dt::sc_fxval_observer
173 inline void sc_fxval_fast_observer::read(const sc_fxval_fast &) {} function in class:sc_dt::sc_fxval_fast_observer
/gem5/src/systemc/tests/systemc/misc/synth/synth_gnats/pr-207/pr-207_blast/
H A Dpr-207_blast.cpp111 pair_array[idx1.read()].x = c1;
112 pair_array[idx1.read()].y = c2;
114 pair_array[idx2.read()] = pair_array[idx1.read()];
116 char d1_tmp = pair_array[idx2.read()].y;
118 char d2_tmp = pair_array[idx2.read()].x;
/gem5/src/systemc/tests/systemc/misc/synth/synth_gnats/pr-207/pr-207_mem/
H A Dpr-207_mem.cpp110 pair_array[idx1.read()].x = c1;
111 pair_array[idx1.read()].y = c2;
113 pair_array[idx2.read()] = pair_array[idx1.read()];
115 char d1_tmp = pair_array[idx2.read()].y;
117 char d2_tmp = pair_array[idx2.read()].x;
/gem5/src/systemc/tests/systemc/misc/synth/synth_gnats/pr-207/pr-207_rf/
H A Dpr-207_rf.cpp110 pair_array[idx1.read()].x = c1;
111 pair_array[idx1.read()].y = c2;
113 pair_array[idx2.read()] = pair_array[idx1.read()];
115 char d1_tmp = pair_array[idx2.read()].y;
117 char d2_tmp = pair_array[idx2.read()].x;
/gem5/src/systemc/tests/systemc/misc/gnats/pr-503/
H A Dpr-503.cpp165 if(RPHB_REG_RST.read()==1) { // init_reg_op
178 if(IBC_GRANT_EXC.read()==1) {
195 if(IBC_GRANT_EXC.read()==1) {
203 if(MODE_S_P.read()==1) {
218 if(IBC_GRANT_EXC.read()==1) {
235 if(IBC_GRANT_EXC.read()==1) {
251 while(!RHC_OP_END.read()) {
268 if(IBC_GRANT_EXC.read()==1) {
282 while(!RHC_OP_END.read()) {
299 if(IBC_GRANT_EXC.read()
[all...]
/gem5/src/systemc/tests/systemc/misc/gnats/pr-503-neg/
H A Dpr-503-neg.cpp165 if(RPHB_REG_RST.read()==1) { // init_reg_op
178 if(IBC_GRANT_EXC.read()==1) {
195 if(IBC_GRANT_EXC.read()==1) {
203 if(MODE_S_P.read()==1) {
218 if(IBC_GRANT_EXC.read()==1) {
235 if(IBC_GRANT_EXC.read()==1) {
251 while(!RHC_OP_END.read()) {
268 if(IBC_GRANT_EXC.read()==1) {
282 while(!RHC_OP_END.read()) {
299 if(IBC_GRANT_EXC.read()
[all...]

Completed in 14 milliseconds

<<11121314151617181920>>