uwsampa / accept

an approximate compiler
http://accept.rocks
MIT License
37 stars 14 forks source link

Zynq: Wait for "execution finished" message instead of timing out #19

Open sampsyo opened 10 years ago

sampsyo commented 10 years ago

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.