Altera Quartus II Scripting Uživatelský manuál Strana 190

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 634
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 189
1 2 ... 185 186 187 188 189 190 191 192 193 194 195 ... 633 634

Komentáře k této Příručce

Žádné komentáře