Altera Quartus II Scripting Manuel d'utilisateur Page 531

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 634
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 530
Chapter 3: Tcl Packages & Commands 3–401
sta
© July 2013 Altera Corporation Quartus II Scripting Reference Manual
get_net_info
Usage
get_net_info [-name] [-pin] [-type] <net_object>
Options
-name: Return the net name
-pin: Return the pin ID of this net
-type: Return the net type.
<net_object>: Net object
Description
Returns information about the specified net (referenced by net ID). Net ID's can be obtained by Tcl
commands such as get_nets.
The "-type" option returns "net".
The options "-name", "-type", and "-pin" are mutually exclusive.
Example
project_open chiptrip
create_timing_netlist
set nets [get_nets]
foreach_in_collection net $nets {
puts [get_net_info $net -name]
}
delete_timing_netlist
project_close
Vue de la page 530
1 2 ... 526 527 528 529 530 531 532 533 534 535 536 ... 633 634

Commentaires sur ces manuels

Pas de commentaire