NI does not actively maintain this document.
This content provides support for older products and technology, so you may notice outdated links or obsolete information about operating systems or other relevant products.
This document contains the LabVIEW 8.6.1 FPGA Module known issues that were discovered before and since the release of the LabVIEW 8.6.1 FPGA Module. Not every issue known to NI will appear on this list; it is intended to only show the severe and more common issues that can be encountered.
The following sections describe known issues at the time of the FPGA Module 8.6.1 release.
Installation Issues
Issues with Importing FPGA Module 1.x Files
General Issues
Host VI Issues
Additional CLIP Documentation
Issues with Importing FPGA Module 1.x Files
The following table defines additional XML tags you can use in the declaration file for CLIP. Refer to the Defining the IP Interface topic in the LabVIEW Help for more information about CLIP tags.
Tag | Required? | Parent Tag | Number of Tags within Parent Tag | Description |
FormatVersion | Yes | CLIPDeclaration | 1 | The format version string must be set to 1.1 or higher to use the RequiredClockDomain or UseInLabVIEWSingleCycleTimedLoop tags. |
RequiredClockDo main | No | Signal | 01 | If you do not specify a required clock domain, then you can use the I/O in any clock domain. The value of RequiredClockDomain must match a clock signal name defined in another location of the CLIP XML file. If you require a clock domain, then any I/O Node on the block diagram that uses this CLIP I/O must be within the clock domain you specify. If the I/O Node is within the wrong clock domain, you get an error during compilation of the FPGA VI. |
UseInLabVIEWSin gleCycleTimedLo op | No | Signal | 0 or 1 | The values allowed are: NotAllowed , Allowed , Required . The default value is Allowed if you do not define this tag. This tag specifies how you can use CLIP I/O in LabVIEW single-cycle Timed Loops (SCTL). An SCTL ensures that data is latched on every edge of a clock. If the IP in the CLIP is expecting to get or receive values on every clock edge, then setting this tag to Required makes LabVIEW enforce this requirement. |