Altera SDC and TimeQuest API Manuel d'utilisateur Page 81

  • 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 80
Chapter 2: SDC and TimeQuest API Package and Commands 2–71
sta
© December 2009 Altera Corporation SDC and TimeQuest API Reference Manual
Example
# create a path-based slack histogram
project_open my_project
create_timing_netlist
read_sdc
update_timing_netlist
# get path-based slack data in the format of a tcl list
set data [list]
set paths [get_timing_paths -setup -npaths 1000]
foreach_in_collection path $paths {
lappend data [get_path_info $path -slack]
}
# output data to histogram
create_report_histogram $data -panel_name {Path-based Slack Histogram} \
-num_bins 20
delete_timing_netlist
project_close
Vue de la page 80
1 2 ... 76 77 78 79 80 81 82 83 84 85 86 ... 167 168

Commentaires sur ces manuels

Pas de commentaire