Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 11 of 11) 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
42 sprintf(msg, msg, width); in write()
43 throw msg; in write()
68 …char msg[] = "APB3 implementation only handles 4-byte accesses, tried %d"; // we sprintf to self, … in read() local
69 sprintf(msg, msg, width); in read()
70 throw msg; in read()
Dwishbone.cpp63 …char msg[] = "Unexpected write width %d"; // we sprintf to self, because width is never longer tha… in write() local
64 sprintf(msg, msg, width); in write()
65 throw msg; in write()
88 …char msg[] = "Unexpected read width %d"; // we sprintf to self, because width is never longer than… in read() local
89 sprintf(msg, msg, width); in read()
90 throw msg; in read()
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/communication/
Dsocket_channel.cpp61 catch(const char* msg) { in sendMain() local
63 throw msg; in sendMain()
72 catch(const char* msg) { in sendSender() local
74 throw msg; in sendSender()
/Renode-v1.15.3-c57714d/tests/unit-tests/
Drobot-integration.robot3 ${msg}= Run Keyword And Expect Error * Execute Script nonexistingscript.resc
4 Should Contain ${msg} Could not find file
7 ${msg}= Run Keyword And Expect Error * Execute Command log invalid_commmand
8 Should Contain ${msg} Bad parameters for command
11 ${msg}= Run Keyword And Expect Error * Execute Command Save invalid_value
12 Should Contain ${msg} Parameters did not match the signature
15 … ${msg}= Run Keyword And Expect Error * Execute Command next_value "invalid_value"
16 Should Contain ${msg} unsupported operand type
19 ${msg}= Run Keyword And Expect Error * Execute Command include @nonexistingfile
20 Should Contain ${msg} File does not exist
Driscv-unit-tests.robot304 …${msg}= Run Keyword And Expect Error * Execute Command cpu SetRegister ${…
305 Should Contain ${msg} register is read-only
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/
Drenode_cfu.cpp39 catch(const char* msg) { in execute() local
40 if (msg == "Operation timeout") { in execute()
Drenode_bus.cpp46 catch(const char* msg) { in writeToBus() local
47 log(LOG_LEVEL_ERROR, msg); in writeToBus()
58 catch(const char* msg) { in readFromBus() local
59 log(LOG_LEVEL_ERROR, msg); in readFromBus()
/Renode-v1.15.3-c57714d/tools/external_control_client/lib/
Drenode_api.c48 …g(x, msg) do { if (unlikely(!(x))) { fprintf(stderr, "Assert not met in %s:%d: %s\n", __FILE__, __… argument
/Renode-v1.15.3-c57714d/tests/
Drenode-keywords.robot46 …File Should Exist ${DIRECTORY}/${BINARY_NAME} msg=Robot Framework remote server binary not fou…
Drobot_tests_provider.py533 return any(cls.retry_suite_regex.search(msg.text) for msg in test.iter("msg"))
/Renode-v1.15.3-c57714d/tests/platforms/
DARMv8A.robot45 … ... msg="Invalid value of '${name}' system register: ${match[0]}; expected: ${expected_value}"