30#define LIBPYNQ_RELEASE "5EWC0-2023"
31#define LIBPYNQ_VERSION_MAJOR 0
32#define LIBPYNQ_VERSION_MINOR 1
33#define LIBPYNQ_VERSION_PATCH 0
42#define LOG_DOMAIN "version"
48 printf(
"Bitstream version: %d.%d.%d\r\n", hardwareVersion->
major,
49 hardwareVersion->
minor, hardwareVersion->
patch);
55 "ERROR: the bitstream (hardware) and the libpynq library versions "
56 "are incompatible. Please update your SD-card image and libpynq "
60 printf(
"INFO: the libpynq library is newer than the bitstream (hardware). "
61 "Please check if there is a newer version of the SD-card image.\n");
65 "INFO: the bitstream (hardware) is newer than the libpynq library. "
66 "Please check if there is a newer version of the libpynq library.\n");
78 "ERROR: the bitstream (hardware) and the libpynq library versions "
79 "are incompatible. Please update your SD-card image and libpynq "
void arm_shared_close(arm_shared *handle)
void * arm_shared_init(arm_shared *handle, const uint32_t address, const uint32_t length)
const version_t libpynq_version
#define LIBPYNQ_VERSION_MAJOR
#define LIBPYNQ_VERSION_MINOR
#define LIBPYNQ_VERSION_PATCH