Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 6/20/2022
Public

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

Document Table of Contents

3.1.3.4. design_has_encrypted_ip (::quartus::chip_planner)

The following table displays information for the design_has_encrypted_ip Tcl command:

Tcl Package and Version

Belongs to ::quartus::chip_planner

Syntax design_has_encrypted_ip [-h | -help] [-long_help]
Arguments -h | -help Short help
  -long_help Long help with examples and possible return values
Description
Determines whether the current design contains encrypted IP.

Returns 1, if the design contains encrypted IP. You may be
able to view or edit individual nodes of the design if they
are not part of an encrypted IP. To check individual nodes,
use the command "get_node_info -node <node id> -info encrypted".
Returns 0, otherwise.
Example Usage
design_has_encrypted_ip
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: Unable to find Chip Planner netlist. Read the netlist by using the read_netlist command.