Searched refs:write (Results 251 - 275 of 747) sorted by relevance

<<11121314151617181920>>

/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test12/
H A Dtest12.cpp43 //write and read interfaces
48 virtual void write() = 0;
71 //write to channel
72 void write(){ function in class:channel
105 void write( ) function
107 out->write();
112 SC_THREAD(write);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test13/
H A Dtest13.cpp43 //write and read interfaces
48 virtual void write() = 0;
71 //write to channel
72 void write(){ function in class:channel
116 void write( ) function
118 out->write();
123 SC_THREAD(write);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test14/
H A Dtest14.cpp43 //write and read interfaces
48 virtual void write() = 0;
71 //write to channel
72 void write(){ function in class:channel
115 void write( ) function
117 out->write();
122 SC_THREAD(write);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test15/
H A Dtest15.cpp43 //write and read interfaces
48 virtual void write() = 0;
71 //write to channel
72 void write(){ function in class:channel
117 void write( ) function
119 out->write();
124 SC_THREAD(write);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test16/
H A Dtest16.cpp43 //write and read interfaces
48 virtual void write() = 0;
71 //write to channel
72 void write(){ function in class:channel
118 void write( ) function
120 out->write();
125 SC_THREAD(write);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test17/
H A Dtest17.cpp43 //write and read interfaces
48 virtual void write() = 0;
71 //write to channel
72 void write(){ function in class:channel
117 void write( ) function
119 out->write();
124 SC_THREAD(write);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test18/
H A Dtest18.cpp43 //write and read interfaces
48 virtual void write() = 0;
71 //write to channel
72 void write(){ function in class:channel
118 void write( ) function
120 out->write();
125 SC_THREAD(write);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test19/
H A Dtest19.cpp43 //write and read interfaces
48 virtual void write() = 0;
71 //write to channel
72 void write(){ function in class:channel
110 void write( ) function
112 out->write();
117 SC_THREAD(write);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test20/
H A Dtest20.cpp43 //write and read interfaces
48 virtual void write() = 0;
71 //write to channel
72 void write(){ function in class:channel
117 void write( ) function
119 out->write();
124 SC_THREAD(write);
/gem5/src/systemc/tests/systemc/kernel/sc_event/test14/
H A Dtest14.cpp52 void write( const char* msg ) function
62 write( "sender_1 -e1 -e2" );
72 write( "sender_2 -e3 -e4" );
83 write( "receiver_1 -e5" );
92 write( "receiver_2 -e6" );
/gem5/src/systemc/tests/systemc/misc/examples/a2901/
H A Da2901_edge.cpp66 Q.write( (i86 == 0x0) ? F.read() :
72 Q.write( F.read() );
74 Q.write( ( Q3.read(), q31 ) );
76 Q.write( ( q20, Q0.read() ) );
78 Q.write( Q.read() );
H A Da2901_output_and_shifter.cpp56 Y.write( ( ( i86 == 0x2 ) && ( OEbar.read() == 0x0)) ? (uint64)A.read() :
60 t_RAM0 .write( (( i8 == 0x1) && ( i7 == 0x0 )) ? f0 : 0x0);
61 t_RAM3 .write( (( i8 == 0x1) && ( i7 == 0x1 )) ? f3 : 0x0);
62 t_Q3 .write( (( i8 == 0x1) && ( i7 == 0x1)) ? q3 : 0x0);
63 t_Q0 .write( (( i8 == 0x1) && ( i7 == 0x0)) ? q0 : 0x0);
/gem5/src/systemc/tests/systemc/misc/synth/add_chain_FUNC/
H A Dadd_chain.cpp90 sum_out.write(0);
91 ready.write(1);
99 ready.write(0);
109 sum_out.write(sum);
112 ready.write(1);
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.3/
H A Dmean.cpp80 // write all outputs
81 data_ready.write(true);
83 out.write(arith);
85 out.write(geom);
87 out.write(harmonic);
89 data_ready.write(false);
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.4/
H A Dmean.cpp64 send_input.write(true);
73 send_input.write(false);
82 // write all outputs
85 out.write(arith);
87 out.write(geom);
89 out.write(harmonic);
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test12/
H A Dtest12.cpp62 bv.write(0);
63 sv.write(0);
102 clock.write(0);
106 clock.write(1);
109 clock.write(0);
/gem5/util/
H A Ddecode_packet_trace.py97 ascii_out.write('%s,' % (packet.pkt_id))
99 ascii_out.write('%s,%s,%s,%s,%s' % (cmd, packet.addr, packet.size,
102 ascii_out.write('%s,%s,%s,%s' % (cmd, packet.addr, packet.size,
105 ascii_out.write(',%s\n' % (packet.pc))
107 ascii_out.write('\n')
/gem5/src/base/
H A Dbmpwriter.cc91 BmpWriter::write(std::ostream &bmp) const function in class:BmpWriter
95 // 1. write the header
96 bmp.write(reinterpret_cast<const char *>(&header), sizeof(header));
98 // 2. write the bitmap data
106 bmp.write(reinterpret_cast<const char *>(line_buffer.data()),
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad1/
H A Dtestbench.cpp56 reset.write(true);
58 reset.write(false);
64 sample.write(sample_val);
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad2/
H A Dtestbench.cpp54 reset.write(true);
56 reset.write(false);
62 sample.write(sample_val);
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad3/
H A Dtestbench.cpp56 reset.write(true);
58 reset.write(false);
64 sample.write(sample_val);
/gem5/src/systemc/tests/systemc/misc/synth/add_chain/
H A Dreset_stim.h96 reset.write(0); // reset = 0
97 addr.write(1); // addr = 1
100 reset.write(1); // reset = 1
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test06/
H A Dtest06.cpp87 clock.write(0);
90 clock.write(1);
92 clock.write(0);
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test10/
H A Dtest10.cpp97 clock.write(0);
100 clock.write(1);
102 clock.write(0);
/gem5/src/systemc/tests/systemc/tracing/wif_trace/test06/
H A Dtest06.cpp87 clock.write(0);
90 clock.write(1);
92 clock.write(0);

Completed in 19 milliseconds

<<11121314151617181920>>