Searched refs:txns (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtest_endian_conv.cpp304 tlm_generic_payload *txns[nr_txns_in_pool]; local
305 for(int i=0; i < nr_txns_in_pool; i++) txns[i] = new tlm_generic_payload;
316 delete txns[i];
318 delete txns[i-1];
321 txns[i] = new tlm_generic_payload;
322 txns[i-1] = new tlm_generic_payload;
325 test_a_conversion(command, *txns[i], fin);
329 delete txns[i];
H A Dtestall.py258 txns = [ transaction(
284 txns[curr].byte_enable += bew
285 txns[1-curr].byte_enable += off
288 yield txns[0]
289 yield txns[1]

Completed in 7 milliseconds