Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 927 Bytes

File metadata and controls

29 lines (22 loc) · 927 Bytes

0.0.8 (2019-05-21)

  • Major refactor to reflect Arrow's code style.

0.0.7 (2018-11-23)

  • copy_device_to_host() can now copy into Arrow buffers.
  • Added function in Context for getting device addresses of buffers.

0.0.6 (2018-11-16)

  • read_mmio() now takes a type argument for easy casting of register contents to different types.
  • Added read_mmio_64().

0.0.5 (2018-11-06)

  • Fixed bug that caused string arrays to be incorrectly written to FPGA.
  • Updated queue_array() to include "mode" argument.

0.0.4 (2018-11-02)

  • Exposed num_buffers and getQueueSize() in Fletcher::Context.
  • Renamed queueRecordBatch() -> queue_record_batch().
  • Renamed queueArray() -> queue_array().

0.0.3 (2018-11-02)

  • Exposed control and status data members in UserCore.
  • Added explanation for building pyfletcher from source in the README.

0.0.2 (2018-10-30)

  • Small bugfixes.

0.0.1 (2018-10-29)

  • Initial release.