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

Page 207: Description, Example, Routing_path –77

Advertising
background image

Chapter 3: Tcl Packages & Commands

3–77

chip_planner

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

routing_path

Usage

routing_path [-dst_gen_id <gen id>] [-file <file name>] [-node <node id>] [-port_id
<port id>] [-table]

Options

-dst_gen_id <gen id>: Destination port generic ID

-file <file name>: File to which to append the routing path

-node <node id>: Destination node ID

-port_id <port id>: Destination port ID

-table: Option to use a tabular format

Description

Returns the routing path to the specified destination port of the specified destination node.

Example

routing_path -node 3 -port_id 4
routing_path -node 3 -port_id 4 -table -file my_file
routing_path -dst_gen_id 37

Advertising