KilometersG / Python-API-for-VeriStand-FPGA

This Python API is meant to work with NI-RIO FPGA bitfiles, .lvbitx, and their associated XML Configurations, .fpgaconfig, originally written for VeriStand.
BSD 2-Clause "Simplified" License
4 stars 0 forks source link

Unpack doesn't handle "Is Late?" bit #12

Closed KilometersG closed 5 years ago

KilometersG commented 6 years ago

Any VeriStand FPGA should have an "Is Late?" single bit packet as the first packet in the DMA Read FIFO. The Unpack function currently doesn't handle this bit and simply passes it through without doing anything.

KilometersG commented 5 years ago

Created FirstReadPacket subclass of Packet to handle this.