Skip to content

Releases: ni/nifpga-python

FPGA Interface Python API 22.0.0

16 Nov 20:59
Compare
Choose a tag to compare

Changes:

  • Adds is_indicator attribute on Registers
  • Drops Python <3.5 support

FPGA Interface Python API 20.0.0

18 May 19:37
cfcc201
Compare
Choose a tag to compare

Changes:

  • Added new error codes
  • Added unicode bitfile path support (requires updated drivers)
  • Added a unreserve call for FIFOs which allows other processes to start using the FIFO (limited driver support)
  • Added a FIFO Region API (requires updated drivers)

FPGA Interface Python API 19.0.0

20 Mar 22:23
Compare
Choose a tag to compare

Changes:

  • Added support for FIFOs that use the Cluster Datatyle

FPGA Interface Python API 18.1.2

26 Sep 19:30
Compare
Choose a tag to compare

Issues:

  • Resolves #25 Error when loading old bitfiles with new nifpga-python

FPGA Interface Python API 18.1.1

27 Jun 17:42
Compare
Choose a tag to compare

Issues:

  • Resolved issue #23 (18.1) Attempting to open a bitfile containing an 'error cluster' errors

FPGA Interface Python API 18.1

26 Jun 15:28
Compare
Choose a tag to compare

Changes:

Controls and Indicators:

  • Added support for Clusters
  • Added support for Arrays of FXP values

FIFOs:

  • Added support for FXP FIFOs

Issues:

FPGA Interface Python API 18.0

03 Apr 14:45
fadb1f8
Compare
Choose a tag to compare

Changes:

  • Added support for FXP single point Controls and Indicators
  • Added support for getting the current state of the FPGA VI (requires 18.0 driver)
  • Added support for setting and getting certain properties of FIFOs (requires 18.0 driver, limited driver support)
  • Improved performance of calls that returned namedtuples