Design_has_encrypted_ip, Usage, Options – Altera Quartus II Scripting User Manual

Page 177: Description, Example, Design_has_encrypted_ip –47

Advertising
background image

Chapter 3: Tcl Packages & Commands

3–47

chip_planner

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

design_has_encrypted_ip

Usage

design_has_encrypted_ip

Options

None

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

design_has_encrypted_ip

Advertising