Altera Quartus II Scripting Manual do Utilizador Página 191

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 634
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 190
Chapter 3: Tcl Packages & Commands 3–61
chip_planner
© July 2013 Altera Corporation Quartus II Scripting Reference Manual
get_port_info
Usage
get_port_info [-gen_id <gen id>] -info <information type> [-node <node id>] [-port_id
<port id>] [-type <iport|oport>]
Options
-gen_id <gen id>: Port generic ID
-info <information type>: Type of information
-node <node id>: Node ID
-port_id <port id>: Port ID
-type <iport|oport>: Option to specify the port as an input or output port
Description
Returns the requested type of information for the specified port.
To get available information types, use the get_info_parameters command.
If the information type is legal for the specified port, the result is the requested information. Otherwise, the
result is an empty string.
Example
get_port_info -node 3 -port_id 2 -type iport -info port_name
Vista de página 190
1 2 ... 186 187 188 189 190 191 192 193 194 195 196 ... 633 634

Comentários a estes Manuais

Sem comentários