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

ID 683364
Date 12/15/2018
Public
Document Table of Contents

7.1.7.4. set_qip_strings

Description

Places strings in the Intel® Quartus® Prime IP File (.qip) file, which Platform Designer passes to the command as a Tcl list. You add the .qip file to your Intel® Quartus® Prime project on the Files page, in the Settings dialog box. Successive calls to set_qip_strings are not additive and replace the previously declared value.

Availability

Discovery, Main Program, Edit, Elaboration, Validation, Composition, Parameter Upgrade

Usage

set_qip_strings <qip_strings>

Returns

The Tcl list which was set.

Arguments

qip_strings
A space-delimited Tcl list.

Example

set_qip_strings {"QIP Entry 1" "QIP Entry 2"}

Notes

You can use the following macros in your QIP strings entry:
%entityName%
The generated name of the entity replaces this macro when the string is written to the .qip file.
%libraryName%
The compilation library this IP component was compiled into is inserted in place of this macro inside the .qip file.
%instanceName%
The name of the instance is inserted in place of this macro inside the .qip file.