14 #ifndef ECVL_FPGA_HAL_H_ 15 #define ECVL_FPGA_HAL_H_ 17 #include "ecvl/core/hal.h" 22 class FpgaHal :
public HardwareAbstractionLayer
33 uint8_t*
MemCopy(uint8_t* dst,
const uint8_t* src,
size_t nbytes)
override 50 #endif // ECVL_FPGA_HAL_H_
#define ECVL_ERROR_NOT_IMPLEMENTED_WHAT(what)
uint8_t * MemCopy(uint8_t *dst, const uint8_t *src, size_t nbytes) override
void FromCpu(Image &src) override
static FpgaHal * GetInstance()
uint8_t * MemAllocate(size_t nbytes) override
void MemDeallocate(uint8_t *data) override
void ToCpu(Image &src) override