fmadd fix

This commit is contained in:
Blaise Tine
2020-09-06 01:20:22 -07:00
parent 49b86c4b2a
commit 75c98c6ea3
3 changed files with 9 additions and 3 deletions

View File

@@ -491,6 +491,12 @@ extern int vx_start(vx_device_h hdevice) {
// start execution
CHECK_RES(fpgaWriteMMIO64(device->fpga, 0, MMIO_CMD_TYPE, CMD_RUN));
#ifdef SCOPE
sleep(15);
vx_scope_stop(device->fpga, 0);
exit(0);
#endif
return 0;
}