Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/
Drenode_dpi.h18 …bool renodeDPISendToAsync(uint32_t actionId, uint64_t address, uint64_t value, int32_t peripheralI…
Drenode_dpi.cpp58 bool renodeDPISendToAsync(uint32_t actionId, uint64_t address, uint64_t value, int32_t peripheralIn… in renodeDPISendToAsync() function
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/
Drenode_pkg.sv73 import "DPI-C" function bit renodeDPISendToAsync(
175 …if (!renodeDPISendToAsync(message.action, message.address, message.data, message.peripheral_index)…