Altera SDC and TimeQuest API Manuale Utente Pagina 81

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 168
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 80
1 2 ... 76 77 78 79 80 81 82 83 84 85 86 ... 167 168

Commenti su questo manuale

Nessun commento