CYNQ: Alternative to PYNQ but in C++

Hi all,

I wanted to share CYNQ, which is an alternative to construct C++ applications with a difficulty similar to PYNQ.

In contrast to PYNQ, it has lower overhead and latency because it does not use the Python interpreter. Moreover, it is better than XRT since it accepts the bitstream similar to PYNQ and even has a lower latency than it.

So, for user applications, it can be worthy.

A paper is coming on this soon.

Cheers,
Leon

Very interesting, thanks for sharing!