beautypg.com

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

Page 167: Description, Example, Add_usage –37

background image

Chapter 3: Tcl Packages & Commands

3–37

chip_planner

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

add_usage

Usage

add_usage [-gen_id ] [-node ] [-port_id ] -port_type type>

Options

-gen_id : Input port generic id

-node : Node id

-port_id : Input port id

-port_type : Type of port usage to add

Description

Adds a new usage to the specified input port.

Returns 1, if the usage is added. Returns 0, otherwise.

Example

add_usage -node 0 -port_id 4 -port_type DATAC
add_usage -gen_id 21 -port_type DATAC