CLIP Tutorial: Adding Component-Level IP to an FPGA Project
- Updated2023-12-13
- 1 minute(s) read
CLIP Tutorial: Adding Component-Level IP to an FPGA Project
You can use this tutorial to learn how to manually create and use CLIP in an FPGA project. However, NI recommends using the CLIP Wizard to import IP into an FPGA project as CLIP.
To add CLIP to an FPGA project without using the CLIP Wizard, you must complete the following steps:
- Create or acquire the IP.
- Define the interface to the IP using a declaration XML file.
- Declare the CLIP in the properties of an FPGA target.
- Add a CLIP item to a LabVIEW project.
- Pass data between CLIP and an FPGA VI.
Next: CLIP Tutorial, Part 1: Creating VHDL Code |