Home
last modified time | relevance | path

Searched refs:set_read_response (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/axi/
Drenode_axi_subordinate.sv62 set_read_response(transaction_id, 0, SlaveError, address == address_last);
72set_read_response(transaction_id, data_t'(data) << ((address % transfer_bytes) * 8), is_error ? Sl…
162 …task static set_read_response(transaction_id_t transaction_id, data_t data, response_e response, b… task