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

Page 209: Description, Example, Set_node_info –79

Advertising
background image

Chapter 3: Tcl Packages & Commands

3–79

chip_planner

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

set_node_info

Usage

set_node_info [-gen_id <gen id>] -info <information type> [-node <node id>]

Options

-gen_id <gen id>: Node generic id

-info <information type>: Type of information and the new value

-node <node id>: Node id

Description

Sets the requested type of information for the specified node.

To get available information types, use the "get_info_parameters" command.

Returns 1, if the information type and new value are legal for the specified node. Returns 0, otherwise, and
the node remains unchanged.

Example

set_node_info -node 3 -info zbt_dc OFF

Advertising