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

/gem5/src/systemc/ext/tlm_core/2/generic_payload/
H A Dendian_conv.hh409 int s_width = txn->get_streaming_width(); local
411 if (s_width >= length)
412 s_width = length;
413 int nr_stream_words = length / s_width;
417 sc_dt::uint64 end_address = ((txn->get_address() + s_width - 1) &
427 tc->stream_width = s_width;
446 new_length, new_stream_width, s_width, sizeof_databus,
451 s_width, sizeof_databus, tc->address, new_address,
459 new_stream_width, s_width, sizeof_databus, tc->address,
464 s_width, sizeof_databu
[all...]
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_generic_payload/
H A Dtlm_endian_conv.h362 int s_width = txn->get_streaming_width(); local
364 if(s_width >= length) s_width = length;
365 int nr_stream_words = length/s_width;
369 sc_dt::uint64 end_address = ((txn->get_address() + s_width - 1)
379 tc->stream_width = s_width;
398 new_stream_width, s_width, sizeof_databus, tc->address,
403 new_stream_width, s_width, sizeof_databus, tc->address,
410 new_stream_width, s_width, sizeof_databus, tc->address,
415 new_stream_width, s_width, sizeof_databu
[all...]

Completed in 9 milliseconds