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

Page 196: Description, Example, Make_ape_connection –66

Advertising
background image

3–66

Chapter 3: Tcl Packages & Commands

chip_planner

Quartus II Scripting Reference Manual

© July 2013

Altera Corporation

make_ape_connection

Usage

make_ape_connection [-delay_chain_index <delay chain index>] [-dst_node <node id>]
[-gen_id <gen id>] [-gnd] [-literal_index <literal index>] -port_type <port type>
[-src_gen_id <gen id>] [-src_node <node id>] [-src_port <port id>] [-vcc]

Options

-delay_chain_index <delay chain index>: Used for Connections from pins through the
PAD_TO_CORE delay chain. -2 = bypass, -1 = don't care, 0,1 = specific index

-dst_node <node id>: Destination node ID

-gen_id <gen id>: Destination node generic ID

-gnd: Option to connect to GND

-literal_index <literal index>: Literal index of new input port

-port_type <port type>: Type of new input port

-src_gen_id <gen id>: Source port generic ID

-src_node <node id>: Source node ID

-src_port <port id>: Source port ID

-vcc: Option to connect to VCC

Description

Makes a netlist connection between the source and destination ports.

Returns 1, if a netlist connection is made between the two ports. Returns 0, otherwise.

Example

make_ape_connection -src_node 0 -src_port 0 -dst_node 3 -port_type DATAC

Advertising