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

Page 202: Description, Example, Remove_chain –72

Advertising
background image

3–72

Chapter 3: Tcl Packages & Commands

chip_planner

Quartus II Scripting Reference Manual

© July 2013

Altera Corporation

remove_chain

Usage

remove_chain [-gen_id <gen id>] [-node <node id>]

Options

-gen_id <gen id>: Node generic id

-node <node id>: Node id

Description

Removes a carry chain connected to this node. Supported for Stratix, Cyclone, and MAX II device families
only.

Example

remove_chain -node 1

Advertising