Skip to content

Releases: ECASLab/cynq

Release v0.3

01 Jun 11:15
Compare
Choose a tag to compare

This release includes the following new features:

  • [new!] Support for Work Queues: this support allows to have different execution streams, quite similar to CUDA Streams. By default, they execute in the default program workflow. Some examples: ad08-streams, ad08-sequential.
  • [new!] Introduction to Clock Adjustment (ZYNQ only): this support allows the increase of clock speed of the PL according to a desired clock speed. This allows for saving energy when high performance is not mandatory. Moreover, it can adjust the clock to the maximum performance of the design. An example: matrix-multiplication

Pending:

  • Other platforms: xdma-based FPGAs not supported by XRT
  • Multi-device support
  • xsa file support

Release v0.2

13 Mar 11:39
Compare
Choose a tag to compare

This is the second release of CYNQ. It includes:

  • [new!] Support for Xilinx Alveo cards
  • Improved AXI-MM support in Xilinx Kria / US+
  • [new!] Support for xclbin memory

Pending:

  • Other platforms: xdma-based FPGAs not supported by XRT
  • Work queue
  • Multi-device support

Release v0.1

30 Nov 16:31
Compare
Choose a tag to compare

This is the first release of CYNQ. It includes:

  • Xilinx Kria Support
  • Support for bitstream overlay

Pending:

  • Support for XCLBin
  • Support for AXI Full memory
  • Other platforms
  • Queues