30#define LIBPYNQ_RELEASE "5EWC0-2023"
31#define LIBPYNQ_VERSION_MAJOR 0
32#define LIBPYNQ_VERSION_MINOR 2
33#define LIBPYNQ_VERSION_PATCH 3
42#define LOG_DOMAIN "version"
48 printf(
"Bitstream version: %d.%d.%d\r\n", hardwareVersion->
major,
49 hardwareVersion->
minor, hardwareVersion->
patch);
54 "ERROR: the bitstream (hardware) and the libpynq library versions "
55 "are incompatible. Please update your SD-card image and libpynq "
58 printf(
"INFO: the libpynq library is newer than the bitstream (hardware). "
59 "Please check if there is a newer version of the SD-card image.\n");
62 "INFO: the bitstream (hardware) is newer than the libpynq library. "
63 "Please check if there is a newer version of the libpynq library.\n");
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