Searched refs:transaction (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_analysis/
H A Dtlm_analysis_triple.h31 T transaction; member in struct:tlm::tlm_analysis_triple
38 transaction = triple.transaction;
43 transaction = t;
46 operator T() { return transaction; }
47 operator const T &() const { return transaction; }
/gem5/src/systemc/ext/tlm_core/1/analysis/
H A Danalysis_triple.hh30 T transaction; member in struct:tlm::tlm_analysis_triple
38 transaction = triple.transaction;
44 transaction = t;
47 operator T() { return transaction; }
48 operator const T &() const { return transaction; }
/gem5/src/systemc/tests/tlm/bugs/multi_passthrough_sockets_bug/
H A Dmulti_passthrough_sockets_bug.cpp43 tlm::tlm_generic_payload transaction; local
47 transaction.set_command(tlm::TLM_WRITE_COMMAND);
48 transaction.set_address(sc_dt::uint64(0));
49 transaction.set_data_length(1);
50 transaction.set_streaming_width(1);
51 transaction.set_data_ptr(&byte);
52 transaction.set_byte_enable_ptr(0);
53 transaction.set_byte_enable_length(0);
54 transaction.set_dmi_allowed(false);
55 transaction
86 transport(int port, tlm::tlm_generic_payload & transaction, sc_core::sc_time & t) argument
88 transport_dbg(int port, tlm::tlm_generic_payload & transaction) argument
99 get_direct_mem_ptr(int port, tlm::tlm_generic_payload & transaction, tlm::tlm_dmi & dmi_data) argument
132 tlm::tlm_generic_payload transaction; local
[all...]
/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtestall.py24 transaction through a single conversion function, to a simple target
27 - distributability of conversion function: each transaction should have
35 only the effect of the transaction on the data buffers is measured.
38 given transaction and applies all of them. Note that where data is
42 Testing space (select a transaction at random from the space):
48 - transaction lengths of (1..32) x data width, higher probability for
74 class transaction: class in inherits:
101 # create a random transaction
110 txn = transaction(
137 # test code for transaction generato
[all...]

Completed in 10 milliseconds