BigEd wrote:
Although it says it will time out, when it does so, it seems you don't get a result.
How the timeout works is not clear. Maybe after a defined number of cycles or just depending on the time the code is executed.
But as seen in the description, it will always return the specified memory block at the end. Even if it was a timeout:
Quote:
and when it times out, or hits a BRK op-code. It will then return the specified section of memory.
Code:
reqdata = {
"input" : [
{
"start_address" : "c000",
"data" : "qQGNAAKpBY0BAqkIjQICAA==",
}
],
"output" : {
"start_address" : "0200",
"end_address" : "02ff",
},
"execute_address" : "c000",