Configuring the LabVIEW FPGA Target
- Updated2023-02-17
- 1 minute(s) read
Configuring the LabVIEW FPGA Target
- Create a new project by selecting , or open an existing project by selecting .
- Right-click My Computer in the Project Explorer window and select .
- In the Add Targets and Devices dialog box, choose New target or device and select your device.
- Right-click the device name and choose Properties from the menu.
- In the FPGA Target Properties dialog box, choose Component-Level IP from the Category listbox.
-
To the right of the Component-Level IP listbox, click
the Add file icon to import your CLIP declaration file
(.xml).
Note Use the xml file in the CLIP Template example project as a reference when creating a CLIP declaration xml file for your custom IP. Access the example xml file by opening your example project root folder and selecting .
- Click OK. LabVIEW automatically creates a compatible I/O socket in the project.
- To instantiate the CLIP in the I/O socket, expand the FPGA target tree item, right-click IO Socket and select Properties from the menu.
- In the IO Socket Properties dialog box, choose General from the Category listbox, then select a CLIP from the Component Level IP listbox.
- Click OK. The user-defined signals in your CLIP appear under the IO Socket item.