Lines Matching refs:endl

144   cout << "  Cmd = " << cmd << endl;
145 cout << " Addr = " << txn.get_address() << endl;
146 cout << " Len = " << txn.get_data_length() << endl;
147 cout << " Bus Width = " << bus_width << endl;
148 cout << " Data Word = " << data_width << endl;
150 cout << " Initiator offset and txn data pointer = " << initiator_offset << ", " << int(txn.get_data_ptr()) << endl;
151 cout << " Byte enables and byte enable pointer = " << byte_enable_legible << ", " << int(txn.get_byte_enable_ptr()) << endl;
153 cout << " Initiator offset = " << initiator_offset << endl;
154 cout << " Byte enables = " << byte_enable_legible << endl;
156 cout << " Byte enable length = " << txn.get_byte_enable_length() << endl;
157 cout << " Streaming width = " << txn.get_streaming_width() << endl;
158 cout << " Initiator memory = " << initiator_mem << endl;
159 cout << " Target memory = " << target_mem << endl;
160 cout << " Converter = " << converter << endl << endl;
169 default: cout << "no such converter as " << converter << endl;
174 cout << " Addr = " << txn.get_address() << endl;
175 cout << " Len = " << txn.get_data_length() << endl;
177 cout << " Txn data pointer = " << int(txn.get_data_ptr()) << endl;
182 cout << ", " << int(txn.get_byte_enable_ptr()) << endl;
186 (txn.get_data_ptr() == initiator_mem+initiator_offset ? "unchanged" : "changed") << endl;
192 (txn.get_byte_enable_ptr() == original_byte_enable ? "unchanged" : "changed") << endl;
195 cout << " Byte enable length = " << txn.get_byte_enable_length() << endl;
196 cout << " Streaming width = " << txn.get_streaming_width() << endl;
197 cout << endl;
245 default: cout << "no such converter as " << converter << endl;
252 cout << " initiator = " << initiator_mem << endl;
253 cout << " target = " << target_mem << endl << endl;
268 cout << endl;
290 std::cerr << "Too many input arguments" << std::endl;
297 std::cerr << "Could not open input filename " << filename << std::endl;