Altera Quartus II Scripting Instrukcja Użytkownika Strona 203

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 634
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 202
Chapter 3: Tcl Packages & Commands 3–73
chip_planner
© July 2013 Altera Corporation Quartus II Scripting Reference Manual
remove_input_port
Usage
remove_input_port [-gen_id <gen id>] [-literal_index <literal index>] [-node <node id>]
[-port_type <port type>]
Options
-gen_id <gen id>: Input port generic ID
-literal_index <literal index>: Literal index of input port
-node <node id>: ID of the node to which to remove the port
-port_type <port type>: Type of input port
Description
Deletes the specified input port.
To use this command, the input port must exist.
Returns 1 if successful, otherwise returns 0.
Example
remove_input_port -node 0 -port_type DATAA
remove_input_port -node 0 -port_type DATAA -literal_index 0
Przeglądanie stron 202
1 2 ... 198 199 200 201 202 203 204 205 206 207 208 ... 633 634

Komentarze do niniejszej Instrukcji

Brak uwag