Altera SDC and TimeQuest API Manuel d'utilisateur Page 26

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 168
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 25
2–16 Chapter 2: SDC and TimeQuest API Package and Commands
sdc
SDC and TimeQuest API Reference Manual © December 2009 Altera Corporation
get_pins reg|*
# Create a collection of all pins on the highest hierarachical level
set mycollection [get_pins *]
# Output pin names.
foreach_in_collection pin $mycollection {
puts [get_pin_info -name $pin]
}
# Create a collection of all pins in the design
set fullcollection [get_pins -hierarchical *]
# Output pin IDs and names.
foreach_in_collection pin $fullcollection {
puts -nonewline $pin
puts -nonewline ": "
puts [get_pin_info -name $pin]
}
Vue de la page 25
1 2 ... 21 22 23 24 25 26 27 28 29 30 31 ... 167 168

Commentaires sur ces manuels

Pas de commentaire