Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 35) sorted by relevance

12

/Renode-v1.15.3-c57714d/tools/external_control_client/examples/adc/
Dmain.c27 char *get_error_message(renode_error_t *error) in get_error_message() argument
29 if (error->message == NULL) in get_error_message()
33 return error->message; in get_error_message()
38 renode_error_t *error; in try_renode_disconnect() local
39 if ((error = renode_disconnect(renode)) != NO_ERROR) { in try_renode_disconnect()
40 fprintf(stderr, "Disconnecting from Renode failed with: %s\n", get_error_message(error)); in try_renode_disconnect()
107 renode_error_t *error; in main() local
109 if ((error = renode_connect(argv[1], &renode)) != NO_ERROR) { in main()
110 fprintf(stderr, "Connecting to Renode failed with: %s\n", get_error_message(error)); in main()
115 if ((error = renode_get_machine(renode, machine_name, &machine)) != NO_ERROR) { in main()
[all …]
/Renode-v1.15.3-c57714d/tools/external_control_client/examples/gpio/
Dmain.c24 char *get_error_message(renode_error_t *error) in get_error_message() argument
26 if (error->message == NULL) in get_error_message()
30 return error->message; in get_error_message()
35 renode_error_t *error; in try_renode_disconnect() local
36 if ((error = renode_disconnect(renode)) != NO_ERROR) { in try_renode_disconnect()
37 fprintf(stderr, "Disconnecting from Renode failed with: %s\n", get_error_message(error)); in try_renode_disconnect()
92 renode_error_t *error; in main() local
94 if ((error = renode_connect(argv[1], &renode)) != NO_ERROR) { in main()
95 fprintf(stderr, "Connecting to Renode failed with: %s\n", get_error_message(error)); in main()
100 if ((error = renode_get_machine(renode, machine_name, &machine)) != NO_ERROR) { in main()
[all …]
/Renode-v1.15.3-c57714d/tools/external_control_client/examples/run_for/
Dmain.c17 char *get_error_message(renode_error_t *error) in get_error_message() argument
19 if (error->message == NULL) in get_error_message()
23 return error->message; in get_error_message()
84 renode_error_t *error; in get_current_virtual_time() local
86 if ((error = renode_get_current_time(renode, TU_MICROSECONDS, &current_time)) != NO_ERROR) { in get_current_virtual_time()
87 fprintf(stderr, "Get current time failed with: %s\n", get_error_message(error)); in get_current_virtual_time()
88 renode_free_error(error); in get_current_virtual_time()
268 renode_error_t *error; in main() local
270 if ((error = renode_connect(argv[1], &renode)) != NO_ERROR) { in main()
271 fprintf(stderr, "Connecting to Renode failed with: %s\n", get_error_message(error)); in main()
[all …]
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/
Drenode_cfu.cpp31 uint64_t RenodeAgent::execute(uint32_t functionID, uint32_t data0, uint32_t data1, int* error) in execute() argument
36 result = cfu->execute(functionID, data0, data1, error); in execute()
37 *error = CFU_OK; in execute()
41 *error = CFU_TIMEOUT; in execute()
43 *error = CFU_FAIL; in execute()
86 uint64_t execute(uint32_t functionID, uint32_t data0, uint32_t data1, int* error) in execute() argument
88 return renodeAgent->execute(functionID, data0, data1, error); in execute()
Drenode_cfu.h28 uint64_t execute(uint32_t functionID, uint32_t data0, uint32_t data1, int* error);
48 virtual uint64_t execute(uint32_t functionID, uint32_t data0, uint32_t data1, int* error);
Drenode_bus.cpp48 communicationChannel->sendMain(Protocol(error, 0, 0)); in writeToBus()
60 communicationChannel->sendMain(Protocol(error, 0, 0)); in readFromBus()
138 communicationChannel->sendSender(Protocol(error, 0, 0)); in fatalError()
166 communicationChannel->sendMain(Protocol(error, 0, 0)); in registerInterrupt()
/Renode-v1.15.3-c57714d/tests/unit-tests/
Dpython-engine.robot31 ... cpu AddHook 0xC0FFEE "if error"
35 ... cpu AddHookAtInterruptBegin "if error"
39 ... sysbus SetHookAfterPeripheralRead uart "if error"
43 ... sysbus AddWatchpointHook 0xC0FFEE Byte Read "if error"
48 ... wireless SetPacketHookFromScript radio "if error"
52 ... uart AddLineHook "foobar" "if error"
56 ... machine AddUserStateHook "foobar" "if error"
69 Wait For Log Entry Python runtime error: name 'b' is not defined
104 …Should Contain ${out} There was an error when executing command 'py $a': Variable t…
Dgrammar-number-separator.robot26 …Run Keyword And Expect Error *Error E00: Syntax error, unexpected '_'; expected end of input* …
27 …Run Keyword And Expect Error *Error E00: Syntax error, unexpected '_'; expected constructor or …
28 …Run Keyword And Expect Error *Error E00: Syntax error, unexpected '_'; expected attribute list …
29 …Run Keyword And Expect Error *Error E00: Syntax error, unexpected '_'; expected end of input* …
30 …Run Keyword And Expect Error *Error E00: Syntax error, unexpected 'x'; expected end of input* …
Dsysbus.robot409 …${error}= Set Variable Mapped peripherals registered at the given range * have to be fully …
415 Run Keyword And Expect Error *${error}${mem1_reg}*
418 Run Keyword And Expect Error *${error}${mem1_reg}*
421 Run Keyword And Expect Error *${error}${mem2_reg}*
424 Run Keyword And Expect Error *${error}${mem1_reg}${mem2_reg}*
435 Run Keyword And Expect Error *${error}${mem1_reg}*
438 Run Keyword And Expect Error *${error}${mem1_reg}*
441 Run Keyword And Expect Error *${error}${mem2_reg}*
444 Run Keyword And Expect Error *${error}${mem1_reg}${mem2_reg}*
Dbus-isolation.robot17 [Arguments] ${condition} ${error}
19 Run Keyword And Expect Error *${error}*
Dllvm-asm-disasm.robot117 # expect error if "$mnemonic" and "$operands" (without curly brackets!) are empty
118 …emonic == '' and $operands == '' Should Match Regexp ${res} Disassembly error detected
371 # check whether the output contains error if we only change the address to be outside "mem"
372 …Run Keyword And Expect Error 'Disassembly error detected* DisasTest LE 02051613 slli…
Dexternal-mmu.robot78 …Run Keyword And Expect Error KeywordException: *There was an error executing command 'cpu SetMm…
84 …Run Keyword And Expect Error KeywordException: *There was an error executing command 'cpu SetMm…
/Renode-v1.15.3-c57714d/tools/external_control_client/lib/
Drenode_api.c91 renode_error_t *error = xmalloc(sizeof(renode_error_t)); in create_error_static() local
92 error->code = code; in create_error_static()
93 error->flags = 0; in create_error_static()
94 error->message = message; in create_error_static()
95 error->data = NULL; in create_error_static()
96 return error; in create_error_static()
101 renode_error_t *error = create_error_static(code, message); in create_error_dynamic() local
102 error->flags |= ERROR_FREE_MESSAGE; in create_error_dynamic()
103 return error; in create_error_dynamic()
117 renode_error_t *error = create_error_static(code, message); in create_error() local
[all …]
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DParsingException.cs14 public ParsingException(ParsingError error, string message) : base(message) in ParsingException() argument
16 Error = error; in ParsingException()
DConversionResult.cs13 public ConversionResult(ConversionResultType resultType, ParsingError error, string message) in ConversionResult() argument
16 Error = error; in ConversionResult()
DPreLexer.cs339 …private static ParsingException GetException(ParsingError error, int lineNo, int columnNo, string … in GetException() argument
341 message = string.Format("Error E{0:D2}: ", (int)error) + message + Environment.NewLine + in GetException()
344 throw new ParsingException(error, message); in GetException()
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/buses/
Dcfu.cpp38 uint64_t Cfu::execute(uint32_t functionID, uint32_t data0, uint32_t data1, int* error) in execute() argument
48 *error = 0; in execute()
Dcfu.h16 uint64_t execute(uint32_t functionID, uint32_t data0, uint32_t data1, int* error);
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/includes/
Drenode_action_enumerators.svh21 error = 8,
/Renode-v1.15.3-c57714d/tools/external_control_client/include/
Drenode_api.h45 void renode_free_error(renode_error_t *error);
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/
Drenode.sv175 if (is_error) runtime.connection.send(message_t'{renode_pkg::error, 0, 0, peripheral_index});
183 if (is_error) runtime.connection.send(message_t'{renode_pkg::error, 0, 0, peripheral_index});
266 runtime.connection.send(message_t'{renode_pkg::error, 0, 0, renode_pkg::no_peripheral_index});
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DRenodeKeywords.cs64 var error = interaction.GetError(); in ExecuteCommand()
65 if(!string.IsNullOrEmpty(error)) in ExecuteCommand()
/Renode-v1.15.3-c57714d/platforms/cpus/
Dambiq-apollo4.repl12 // The error is logged with an unimplemented function's name if a valid
47 // (see above) which logs an error with the name of the function,
/Renode-v1.15.3-c57714d/tests/platforms/verilated/
DUARTLite.robot115 Wait For Log Entry Receive error!
/Renode-v1.15.3-c57714d/tests/
Drenode-keywords.robot38 …ramework.org/robotframework/latest/libraries/Process.html#Standard%20output%20and%20error%20streams

12