Altera Quartus II Scripting Manual de usuario Pagina 190

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 634
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 189
3–60 Chapter 3: Tcl Packages & Commands
chip_planner
Quartus II Scripting Reference Manual © July 2013 Altera Corporation
get_port_by_type
Usage
get_port_by_type [-as_gen_id] [-gen_id <gen id>] [-literal_index <literal index>]
[-node <node id>] -port_type <port type> -type <iport|oport>
Options
-as_gen_id: Option to return result as generic ID
-gen_id <gen id>: Node generic id
-literal_index <literal index>: Literal index
-node <node id>: Node id
-port_type <port type>: Port type
-type <iport|oport>: Option to specify the port as an input or output port
Description
Returns the port index for the specified port type on the specified node.
Returns -1 if the port is not in use or is invalid for the specified node.
Example
get_port_by_type -node 0 -port_type SLOAD -type iport
get_port_by_type -node 0 -port_type EXTCLK -literal_index 2 -type oport
Vista de pagina 189
1 2 ... 185 186 187 188 189 190 191 192 193 194 195 ... 633 634

Comentarios a estos manuales

Sin comentarios