opae_sim buffer index allocation bug fix

This commit is contained in:
Blaise Tine
2021-06-11 15:20:02 -07:00
parent 78a452ea6e
commit a315d0087d
5 changed files with 30 additions and 48 deletions

View File

@@ -39,8 +39,6 @@ fpga_result fpgaWriteMMIO64(fpga_handle handle, uint32_t mmio_num, uint64_t offs
fpga_result fpgaReadMMIO64(fpga_handle handle, uint32_t mmio_num, uint64_t offset, uint64_t *value);
fpga_result fpgaFlush(fpga_handle handle);
const char *fpgaErrStr(fpga_result e);
#ifdef __cplusplus