Searched refs:write (Results 226 - 250 of 747) sorted by relevance

1234567891011>>

/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test14/
H A Dtest14.cpp47 sig.write(1);
52 sig.write(0);
/gem5/src/systemc/tests/systemc/misc/examples/a2901/
H A Da2901_test.h130 I.write( 0x7 );
131 D.write( 0 );
132 C0.write( 0 );
133 OEbar.write( 0 );
134 Aadd.write( 0 );
135 Badd.write( 0 );
136 Q0.write( 0 );
137 Q3.write( 0 );
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad1/
H A Dbiquad.cpp50 out.write(0.0);
63 out.write(Acc);
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad2/
H A Dbiquad.cpp50 out.write(0.0);
63 out.write(Acc);
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad3/
H A Dbiquad.cpp50 out.write(0.0);
60 out.write(Acc);
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt3.2/
H A Dfsmr.cpp79 found.write(out);
81 found.write(false); // reset the found signal
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.3/
H A Dclocks.h69 out_clk_pos.write(1); cout << "Clk Pos 1\n";
71 out_clk_pos.write(0); cout << "Clk Pos 0\n";
100 out_clk_neg.write(1); cout << "Clk Neg 1\n";
102 out_clk_neg.write(0); cout << "Clk Neg 0\n";
131 out_clk2_pos.write(1); cout << "Clk2 Pos 1\n";
133 out_clk2_pos.write(0); cout << "Clk2 Pos 0\n";
162 out_clk2_neg.write(1); cout << "Clk2 Neg 1\n";
164 out_clk2_neg.write(0); cout << "Clk2 Neg 0\n";
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.4/
H A Dstage1.cpp51 sum.write(a+b);
52 diff.write(a-b);
H A Dstage2.cpp51 prod.write(a*b);
52 quot.write(a/b);
/gem5/src/systemc/tests/systemc/misc/examples/datawidth_int_c/
H A Ddatawidth_int.cpp63 result.write(tmp_result); // result = in1 + in2
77 ready.write(0);
81 in1.write(i);
82 in2.write(j);
83 ready.write(1);
86 ready.write(0);
/gem5/util/plot_dram/
H A Dlowp_dram_sweep_plot.py90 outfile.write("\\begin{figure} \n\centering\n")
95 outfile.write(wrapForGraphic(filename, textwidth))
96 outfile.write(getCaption(delay))
97 outfile.write("\end{figure}\n")
100 outfile.write("\\begin{figure} \n\centering\n")
104 outfile.write(wrapForGraphic(filename, textwidth))
105 outfile.write(getCaption(delay))
106 outfile.write("\end{figure}\n")
138 outfile.write(start_stuff)
147 outfile.write(end_stuf
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_with_reset/
H A Dmethod_with_reset.cpp82 reset.write(false);
83 sreset.write(false);
84 areset.write(false);
85 clk.write(false);
89 reset.write(true);
93 reset.write(false);
97 reset.write(true);
101 clk.write(true);
105 clk.write(false);
109 reset.write(fals
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_writer_policy/
H A Dsc_writer_policy.cpp66 one_sig.write(-1);
67 many_sig.write(-1);
75 one_sig.write(1);
76 many_sig.write(1);
82 one_sig.write(2);
83 many_sig.write(2);
90 port.write(true);
96 one_sig.write(3);
97 many_sig.write(3);
115 many_sig.write(
[all...]
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_buffer.h23 Like sc_signal<T>, but *every* write causes an event.
73 // write the new value
74 virtual void write( const T& );
80 { write( a ); return *this; }
83 { write( a.read() ); return *this; }
86 { write( a.read() ); return *this; }
104 // write the new value
109 sc_buffer<T,POL>::write( const T& value_ ) function in class:sc_core::sc_buffer
172 //write() method since we always execute the check_writer code even when
176 //Andy Goodrich: Yet another implementation for disabling write check
[all...]
/gem5/src/systemc/ext/channel/
H A Dsc_inout_rv.hh63 (*this)->write(l);
69 (*this)->write(i.read());
75 (*this)->write(p->read());
81 (*this)->write(p->read());
87 (*this)->write(p->read());
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test02/
H A Dtest02.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_METHOD(write);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test03/
H A Dtest03.cpp43 //write and read interfaces
48 virtual void write() = 0;
71 //write to channel
72 void write(){ function in class:channel
101 void write( ) function
103 out->write();
108 SC_METHOD(write);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test04/
H A Dtest04.cpp43 //write and read interfaces
48 virtual void write() = 0;
71 //write to channel
72 void write(){ function in class:channel
109 void write( ) function
111 out->write();
116 SC_METHOD(write);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test05/
H A Dtest05.cpp43 //write and read interfaces
48 virtual void write() = 0;
71 //write to channel
72 void write(){ function in class:channel
113 void write( ) function
115 out->write();
120 SC_METHOD(write);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test06/
H A Dtest06.cpp43 //write and read interfaces
48 virtual void write() = 0;
71 //write to channel
72 void write(){ function in class:channel
112 void write( ) function
114 out->write();
119 SC_METHOD(write);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test07/
H A Dtest07.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_METHOD(write);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test08/
H A Dtest08.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_METHOD(write);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test09/
H A Dtest09.cpp43 //write and read interfaces
48 virtual void write() = 0;
71 //write to channel
72 void write(){ function in class:channel
114 void write( ) function
116 out->write();
121 SC_METHOD(write);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test10/
H A Dtest10.cpp43 //write and read interfaces
48 virtual void write() = 0;
71 //write to channel
72 void write(){ function in class:channel
106 void write( ) function
108 out->write();
113 SC_METHOD(write);
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test11/
H A Dtest11.cpp43 //write and read interfaces
48 virtual void write() = 0;
71 //write to channel
72 void write(){ function in class:channel
113 void write( ) function
115 out->write();
120 SC_METHOD(write);

Completed in 16 milliseconds

1234567891011>>