CLIP Tutorial, Part 3: Adding CLIP to a Project
- Updated2025-09-18
- 2 minute(s) read
You 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 a new project and save the project as CLIP Demo.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 the Add button, select the
DemoClipAdder.xml file, and click the
OK button.Note The CLIP wizard automatically adds the declaration XML file to the project.
- Click the OK button to close the FPGA Target Properties dialog box.
- Right-click the FPGA target in the Project Explorer window and select New»Component-Level IP from the shortcut menu.
- On the General page of the Component-Level IP Properties dialog box, enter Adder CLIP in the Name field and select DemoClipAdder from the Component-Level IP Declaration pull-down menu.
- (Optional) On the Clock Selections page, select a clock. By default, the DemoClipAdder example uses the top-level FPGA clock, so you do not need to change the clock.
- Click the OK button. Notice that the Project Explorer window now includes a CLIP item, as well as the I/O defined in the declaration XML file.
| Previous: CLIP Tutorial, Part 2: Defining the Interface | Next: CLIP Tutorial, Part 4: Passing Data between CLIP and VIs |