Searched refs:channel (Results 1 - 25 of 25) sorted by relevance

/gem5/src/systemc/tests/systemc/communication/sc_interface/test01/
H A Dtest01.cpp43 class channel class in inherits:sc_interface
50 channel c;
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test01/
H A Dtest01.cpp58 // channel implements write_if and read_if interfaces
59 class channel : class in inherits:sc_channel,write_if,read_if
68 channel(sc_module_name name):sc_channel(name), data(0) function in class:channel
71 //write to channel
77 cout<<"writting "<< data <<" to channel" << endl;
81 //read from channel
87 cout<<" reading "<<j<<" from channel" << endl;
131 channel a("a");
/gem5/src/systemc/tests/systemc/kernel/sc_sensitive/test01/
H A Dtest01.cpp110 sc_signal<bool> channel; local
115 b.in1( channel );
117 a.in1( channel );
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test02/
H A Dtest02.cpp58 // channel implements write_if and read_if interfaces
59 class channel : class in inherits:sc_channel,write_if,read_if
68 channel(sc_module_name name):sc_channel(name) , data(0) function in class:channel
71 //write to channel
77 cout<<"writting "<< data <<" to channel";
84 //read from channel
89 cout<<"reading "<<j<<" from channel";
136 channel a("a");
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test03/
H A Dtest03.cpp58 // channel implements write_if and read_if interfaces
59 class channel : class in inherits:sc_channel,write_if,read_if
68 channel(sc_module_name name):sc_channel(name) , data(0) function in class:channel
71 //write to channel
77 cout<<"writting "<< data <<" to channel" << endl;
81 //read from channel
88 cout<<" reading "<<j<<" from channel" << endl;
132 channel a("a");
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test04/
H A Dtest04.cpp58 // channel implements write_if and read_if interfaces
59 class channel : class in inherits:sc_channel,write_if,read_if
68 channel(sc_module_name name):sc_channel(name) , data(0) function in class:channel
71 //write to channel
77 cout<<"writting "<< data <<" to channel" << endl;
89 //read from channel
95 cout<<" reading "<<j<<" from channel" << endl;
140 channel a("a");
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test05/
H A Dtest05.cpp58 // channel implements write_if and read_if interfaces
59 class channel : class in inherits:sc_channel,write_if,read_if
68 channel(sc_module_name name):sc_channel(name) , data(0) function in class:channel
71 //write to channel
77 cout<<"writing "<< data <<" to channel" << endl;
93 //read from channel
99 cout<<" reading "<<j<<" from channel" << endl;
144 channel a("a");
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test06/
H A Dtest06.cpp58 // channel implements write_if and read_if interfaces
59 class channel : class in inherits:sc_channel,write_if,read_if
68 channel(sc_module_name name):sc_channel(name) , data(0) function in class:channel
71 //write to channel
77 cout<<"writting "<< data <<" to channel" << endl;
92 //read from channel
98 cout<<" reading "<<j<<" from channel" << endl;
143 channel a("a");
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test07/
H A Dtest07.cpp58 // channel implements write_if and read_if interfaces
59 class channel : class in inherits:sc_channel,write_if,read_if
68 channel(sc_module_name name):sc_channel(name) , data(0) function in class:channel
71 //write to channel
77 cout<<"writting "<< data <<" to channel" << endl;
89 //read from channel
96 cout<<" reading "<<j<<" from channel" << endl;
141 channel a("a");
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test08/
H A Dtest08.cpp58 // channel implements write_if and read_if interfaces
59 class channel : class in inherits:sc_channel,write_if,read_if
68 channel(sc_module_name name):sc_channel(name) , data(0) function in class:channel
71 //write to channel
78 cout<<"writing "<< data <<" to channel" << endl;
94 //read from channel
101 cout<<" reading "<<j<<" from channel" << endl;
146 channel a("a");
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test09/
H A Dtest09.cpp58 // channel implements write_if and read_if interfaces
59 class channel : class in inherits:sc_channel,write_if,read_if
68 channel(sc_module_name name):sc_channel(name) , data(0) function in class:channel
71 //write to channel
78 cout<<"writing "<< data <<" to channel" << endl;
93 //read from channel
100 cout<<" reading "<<j<<" from channel" << endl;
145 channel a("a");
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test10/
H A Dtest10.cpp58 // channel implements write_if and read_if interfaces
59 class channel : class in inherits:sc_channel,write_if,read_if
68 channel(sc_module_name name):sc_channel(name) , data(0) function in class:channel
71 //write to channel
77 cout<<"writting "<< data <<" to channel" << endl;
86 //read from channel
92 cout<<" reading "<<j<<" from channel" << endl;
137 channel a("a");
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test11/
H A Dtest11.cpp58 // channel implements write_if and read_if interfaces
59 class channel : class in inherits:sc_channel,write_if,read_if
68 channel(sc_module_name name):sc_channel(name), data(0) function in class:channel
71 //write to channel
77 cout<<"writting "<< data <<" to channel" << endl;
93 //read from channel
99 cout<<" reading "<<j<<" from channel" << endl;
144 channel a("a");
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test12/
H A Dtest12.cpp58 // channel implements write_if and read_if interfaces
59 class channel : class in inherits:sc_channel,write_if,read_if
68 channel(sc_module_name name):sc_channel(name) , data(0) function in class:channel
71 //write to channel
80 cout<<"writting "<< data <<" to channel"<<endl;
84 //read from channel
92 cout<<"reading "<<j<<" from channel"<<endl;
136 channel a("a");
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test13/
H A Dtest13.cpp58 // channel implements write_if and read_if interfaces
59 class channel : class in inherits:sc_channel,write_if,read_if
68 channel(sc_module_name name):sc_channel(name) , data(0) function in class:channel
71 //write to channel
80 cout<<"writting "<< data <<" to channel" << endl;
92 //read from channel
101 cout<<" reading "<<j<<" from channel" << endl;
147 channel a("a");
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test14/
H A Dtest14.cpp58 // channel implements write_if and read_if interfaces
59 class channel : class in inherits:sc_channel,write_if,read_if
68 channel(sc_module_name name):sc_channel(name) , data(0) function in class:channel
71 //write to channel
80 cout<<"writting "<< data <<" to channel" << endl;
92 //read from channel
100 cout<<" reading "<<j<<" from channel" << endl;
146 channel a("a");
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test15/
H A Dtest15.cpp58 // channel implements write_if and read_if interfaces
59 class channel : class in inherits:sc_channel,write_if,read_if
68 channel(sc_module_name name):sc_channel(name) , data(0) function in class:channel
71 //write to channel
79 cout<<"writing "<< data <<" to channel" << endl;
94 //read from channel
102 cout<<" reading "<<j<<" from channel" << endl;
148 channel a("a");
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test16/
H A Dtest16.cpp58 // channel implements write_if and read_if interfaces
59 class channel : class in inherits:sc_channel,write_if,read_if
68 channel(sc_module_name name):sc_channel(name) , data(0) function in class:channel
71 //write to channel
79 cout<<"writting "<< data <<" to channel" << endl;
94 //read from channel
103 cout<<" reading "<<j<<" from channel" << endl;
149 channel a("a");
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test17/
H A Dtest17.cpp58 // channel implements write_if and read_if interfaces
59 class channel : class in inherits:sc_channel,write_if,read_if
68 channel(sc_module_name name):sc_channel(name) , data(0) function in class:channel
71 //write to channel
79 cout<<"writting "<< data <<" to channel" << endl;
94 //read from channel
102 cout<<" reading "<<j<<" from channel" << endl;
148 channel a("a");
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test18/
H A Dtest18.cpp58 // channel implements write_if and read_if interfaces
59 class channel : class in inherits:sc_channel,write_if,read_if
68 channel(sc_module_name name):sc_channel(name) , data(0) function in class:channel
71 //write to channel
79 cout<<"writting "<< data <<" to channel" << endl;
94 //read from channel
103 cout<<" reading "<<j<<" from channel" << endl;
149 channel a("a");
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test19/
H A Dtest19.cpp58 // channel implements write_if and read_if interfaces
59 class channel : class in inherits:sc_channel,write_if,read_if
68 channel(sc_module_name name):sc_channel(name) , data(0) function in class:channel
71 //write to channel
79 cout<<"writting "<< data <<" to channel" << endl;
87 //read from channel
95 cout<<" reading "<<j<<" from channel" << endl;
141 channel a("a");
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test20/
H A Dtest20.cpp58 // channel implements write_if and read_if interfaces
59 class channel : class in inherits:sc_channel,write_if,read_if
68 channel(sc_module_name name):sc_channel(name) , data(0) function in class:channel
71 //write to channel
79 cout<<"writting "<< data <<" to channel" << endl;
94 //read from channel
102 cout<<" reading "<<j<<" from channel" << endl;
148 channel a("a");
/gem5/src/systemc/core/
H A Dscheduler.cc333 Channel *channel; local
334 while ((channel = asyncUpdateList.getNext()) != nullptr)
335 updateList.pushLast(channel);
339 Channel *channel = updateList.getNext(); local
340 while (channel) {
341 channel->popListNode();
342 channel->update();
343 channel = updateList.getNext();
/gem5/src/dev/storage/
H A Dide_ctrl.cc162 Channel *channel; local
164 channel = &primary;
166 channel = &secondary;
171 channel->bmiRegs.command.startStop = 0;
172 channel->bmiRegs.status.active = 0;
173 channel->bmiRegs.status.intStatus = 1;
/gem5/system/alpha/console/
H A Dconsole.c801 DeviceOperation(long op, long channel, long count, long address, long block) argument
805 if (strcmp(deviceState[channel].name, BOOTDEVICE_NAME )) {

Completed in 18 milliseconds