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

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

7.1.4.11. package

Description

Allows you to specify a particular version of the Platform Designer software to avoid software compatibility issues, and to determine which version of the _hw.tcl API to use for the IP component. You must use the package command at the beginning of your _hw.tcl file.

Availability

Main Program

Usage

package require -exact qsys <version>

Returns

No return value

Arguments

version
The version of Platform Designer that you require, such as 14.1.

Example

package require -exact qsys 14.1