mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 22:07:41 -04:00
scope_tap bug fixes and improvements
This commit is contained in:
parent
0e3206747a
commit
4f11278d2c
17 changed files with 312 additions and 276 deletions
|
@ -195,7 +195,7 @@ public:
|
|||
return device->api_.fpgaReadMMIO64(device->fpga_, 0, MMIO_SCOPE_READ, value);
|
||||
};
|
||||
|
||||
CHECK_ERR(vx_scope_start(&callback, this, 0, -1), {
|
||||
CHECK_ERR(vx_scope_start(&callback, this, -1, -1), {
|
||||
api_.fpgaClose(fpga_);
|
||||
return err;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue