Zynq: Wait for "execution finished" message instead of timing out
Opened this issue · 0 comments
sampsyo commented
The Zynq execution shim, zynqrun.sh
, currently just starts the program and waits 10 seconds, hoping that will be enough for the benchmark to complete. Instead, we should instrument programs to self-report when they finish and make the shim block until that happens.