Altera Quartus II Scripting Instrukcja Użytkownika Strona 190

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 634
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 189
1 2 ... 185 186 187 188 189 190 191 192 193 194 195 ... 633 634

Komentarze do niniejszej Instrukcji

Brak uwag