This commit is contained in:
Blaise Tine
2020-09-08 13:05:47 -04:00
25 changed files with 2411 additions and 2605 deletions

View File

@@ -507,6 +507,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;
}