Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 6 of 6) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/buses/
Dapb3.cpp41 …char msg[] = "APB3 implementation only handles 4-byte accesses, tried %d"; // we sprintf to self, … in write() local
68 …char msg[] = "APB3 implementation only handles 4-byte accesses, tried %d"; // we sprintf to self, … in read() local
Dwishbone.cpp63 …char msg[] = "Unexpected write width %d"; // we sprintf to self, because width is never longer tha… in write() local
88 …char msg[] = "Unexpected read width %d"; // we sprintf to self, because width is never longer than… in read() local
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/communication/
Dsocket_channel.cpp61 catch(const char* msg) { in sendMain() local
72 catch(const char* msg) { in sendSender() local
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/
Drenode_cfu.cpp39 catch(const char* msg) { in execute() local
Drenode_bus.cpp46 catch(const char* msg) { in writeToBus() local
58 catch(const char* msg) { in readFromBus() local
/Renode-v1.15.3-c57714d/tools/external_control_client/lib/
Drenode_api.c48 #define assert_msg(x, msg) do { if (unlikely(!(x))) { fprintf(stderr, "Assert not met in %s:%d: %s\… argument