O-RAN Intel® FPGA IP Design Example User Guide

ID 683218
Date 9/14/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

2.1. Generating the O-RAN IP Design Example

Quickly configure your custom IP variation in the IP Parameter Editor and generate a design example.
Before you begin, ensure both the eCPRI Intel FPGA IP and ORAN Intel FPGA IP are installed in the <quartus_installation_dir>/ip/altera_cloud directory.
  1. Create an Intel® Quartus® Prime Pro Edition project in which to integrate your IP.
    1. In the Intel® Quartus® Prime Pro Edition, click File > New Project Wizard to create a new Intel Quartus Prime project, or File > Open Project to open an existing Quartus Prime project. The wizard prompts you to specify a device.
    2. Specify the device family that meets the speed grade requirements for the IP.
    3. Click Finish.
  2. In the IP Catalog, select O-RAN Intel FPGA IP.
    The New IP Variation window appears.
  3. Specify a top-level name for your new custom IP variation.
    The parameter editor saves the IP variation settings in a file named <your_ip> .ip.
  4. Click OK. The parameter editor appears.
    Figure 1. O-RAN IP Parameter Editor
  5. Specify the parameters for your IP variation. Refer to Parameters for information about specific IP parameters.
  6. Click the Design Example tab and specify the parameters for your design example.
    Figure 2. Design Example Parameter Editor
  7. Click Generate HDL.
    The Generation dialog box appears.
  8. Specify output file generation options, and then click Generate.
    The IP variation files generate according to your specifications.
  9. Click Finish. The parameter editor adds the top-level .ip file to the current project automatically. If you are prompted to manually add the .ip file to the project, click Project > Add/Remove Files in Project to add the file.
  10. After generating and instantiating your IP variation, make appropriate pin assignments to connect ports and set any appropriate per-instance RTL parameters.