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

Page 251: Description, Set_logiclock_contents –121

Advertising
background image

Chapter 3: Tcl Packages & Commands

3–121

incremental_compilation

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

set_logiclock_contents

Usage

set_logiclock_contents [-delete_member_of] [-exceptions <resource_string>]
[-exclude_from <true|false>] [-exclude_node <node name>] [-exclude_to <true|false>]
[-from <node name>] [-location <chip location>] [-priority <priority integer>] [-region
<region name>] [-root_region] [-to <node name>]

Options

-delete_member_of: Option to delete MEMBER_OF statement for assignment

-exceptions <resource_string>: If specified, the Fitter assigns all nodes under the
target design entity or path to be members of the LogicLock region, except for nodes of
types in the specified colon-delimited exceptions list.

-exclude_from <true|false>: Option to exclude source in assignment <true|false>

-exclude_node <node name>: Option to exclude all paths through the specified node

-exclude_to <true|false>: Option to exclude destination in assignment <true|false>

-from <node name>: Assignment source

-location <chip location>: Location to which node is back-annotated

-priority <priority integer>: Priority of wildcard or path-based LogicLock region
member

-region <region name>: Region name

-root_region: Root region

-to <node name>: Assignment destination

Description

Sets or changes LogicLock™content options. The command assigns nodes, entities, or path-based
assignments to a LogicLock region. It also allows you to back-annotate nodes to a specific location.

You can use the -exceptions option to define LogicLock region membership exceptions. If specified, the
Fitter assigns all nodes under the target design entity or path to be members of the LogicLock region,
except for nodes of types specified in the exceptions list. The exceptions list is a colon-delimited string of
the following keywords:

You can use the "-exceptions" option only with LogicLock member assignments.

You can use the "-from", "-exclude_node", "-exclude_from", and "-exclude_to" options only with
path-based assignments.

The node names may be specified as wildcards.

Keyword

Resource Represented

REGISTER

Registers in logic cells

COMBINATIONAL

Combinational elements in logic cells

SMALL_MEM

M512 memory blocks, or MLAB cells

MEDIUM_MEM

M4K or M9K memory blocks

LARGE_MEM

M-RAM or M144K memory blocks

DSP

DSP blocks

VIRTUAL_PIN

Virtual pins

Advertising