Intel® Quartus® Prime Pro Edition User Guide: Platform Designer

ID 683609
Date 9/26/2022
Public

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

Document Table of Contents

2.6.4.1. Component Implementation Type Options

Table 6.  Component Implementation Type Options
Implementation Type Description
IP The default implementation type for any new component. Platform Designer reads the IP Implementation Type to perform the following functions:
  • Runs background checks against the port widths between the IP component and the .ip file to ensure continuity.
  • Scans the .ip file for the error flag to determine if any component has parameterization errors.
  • Checks for system-info mismatches between the IP file and the IP component in the system, and prompts resolution with IP instantiation warnings in the Instantiation Messages tab.
HDL Allows you to define a component in your system from existing RTL. You can populate the signals and interfaces parameters of the generic component from an RTL file.
Blackbox Defines a component that represents only the signal and interface boundary of an entity, without providing the component's implementation. You then provide the implementation of the component for processing with the Intel® Quartus® Prime software or an RTL simulator.
HLS Allows you to add an existing high level synthesis (HLS) file as a component, compile an HLS file, import a previously compiled HLS file, perform verification on an HLS project, or display the resulting compilation report. Available only for Linux operating systems.