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 2.0

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.