Altera Quartus II Scripting Manuale Utente Pagina 553

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 634
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 552
Chapter 3: Tcl Packages & Commands 3–423
sta
© July 2013 Altera Corporation Quartus II Scripting Reference Manual
query_collection
Usage
query_collection [-all] [-limit <limit_value>] [-list_format] [-report_format]
<collection>
Options
-all: Return all the collection objects.
-limit <limit_value>: Set number of collection objects to return.
-list_format: Return collection objects in a list format.
-report_format: Return collection objects in a format of one element per line.
<collection>: Object collection
Description
Query collection objects.
Collections can be obtained by Tcl commands such as get_clocks, get_ports, get_cells. If neither the -limit
nor the -all option is specified, then first 20 objects (if the collection has more than 20 objects) or all objects
(if the collection has less than or equal to 20 objects) are returned.
Example
project_open chiptrip
create_timing_netlist
set nodes [get_nodes Reg*]
# Get the first 100 nodes in the collection.
query_collection $nodes -limit 100
delete_timing_netlist
project_close
Vedere la pagina 552
1 2 ... 548 549 550 551 552 553 554 555 556 557 558 ... 633 634

Commenti su questo manuale

Nessun commento