Adding the Socketed CLIP to a LabVIEW Project (FPGA Module)
- Updated2023-06-27
- 1 minute(s) read
Adding the Socketed CLIP to a LabVIEW Project (FPGA Module)
Before you begin, ensure that you have installed your hardware into the chassis and completed the steps in Installing the Software.
Add a component-level IP (CLIP) item to the LabVIEW project to instantiate the CLIP inside the FPGA.
Complete the following steps to add a CLIP item in a project:
- Create and save a new LabVIEW project (for example, My7903Clip.lvproj).
- Add an FPGA target that supports CLIP to the project.
- Right-click the FPGA target and select Properties from the shortcut menu to display the FPGA Target Properties dialog box.
- Select Component-Level IP from the Category list to display the Component-Level IP Properties page.
-
Click Add, select the declaration XML file for the socketed
clip, and then click OK.
Note The CLIP wizard automatically adds the declaration XML file to the project.
- Click OK to close the FPGA Target Properties dialog box.
- In the Project Explorer window, right-click the IO Socket under the FPGA target, and select Properties from the shortcut menu.
- On the General page of the IO Socket Properties dialog box, select the socketed CLIP to instantiate.
- On the Clock Selections page, select the appropriate clocks for the CLIP. Clock selections will vary depending on CLIP requirements.
- Click OK. Notice that the Project Explorer window now includes socketed CLIP under the IO Socket, as well as the I/O defined in the declaration XML file.