Altera Quartus II Scripting Manual de usuario Pagina 196

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 634
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 195
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
Vista de pagina 195
1 2 ... 191 192 193 194 195 196 197 198 199 200 201 ... 633 634

Comentarios a estos manuales

Sin comentarios