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

ID 683609
Date 10/04/2021
Public

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

Document Table of Contents

7.10. Generate an IP Variation File with ip-deploy

Use the ip-deploy utility to generate an IP variation file (.ip file) in the specified location.

Table 201.  ip-deploy Command-Line Options

Option

Usage

Description

--component-name[=<value>]

Required

The name of a component you instantiate.

--output-name[=<value>]

Optional

Name for the resulting component; defaults to the component's type name.

--component-parameter[=<value>]

Optional

Repeatable. A single value assignment, like --component-param=WIDTH=11. To assign multiple parameters, use this option several times.

--preset[=<value>]

Optional

Repeatable. The name of a saved preset to use in creating a variation of the IP component. Presets are additive and repeatable.

--family[=<value>]

Optional

Sets the device family

--part[=<value>]

Optional

Sets the device part number. You can also use this command to set the base device, device speed-grade, device family, and device feature's system information.

--output-directory[=<value>]

Optional

This directory contains the output IP variation file. Platform Designer automatically creates the directory if the directory does not exist. If you do not specify an output directory, the output directory is the current working directory.

--search-path[=<value>]

Optional

If you do not specify the search path, the command uses a standard default path. If you provide a search path, Platform Designer searches a comma-separated list of paths. To include the standard path in your replacement, use "$", like /extra/dir,$.

--jvm-max-heap-size[=<value>]

Optional

The maximum memory size Platform Designer uses for allocations when running qsys-edit. You specify this value as <size><unit>, where unit is m (or M) for multiples of megabytes, or g (or G) for multiples of gigabytes. The default value is 512m.

--help

Optional

Displays help for ip-deploy