Altera SDC and TimeQuest API Manual do Utilizador Página 81

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 168
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 80
1 2 ... 76 77 78 79 80 81 82 83 84 85 86 ... 167 168

Comentários a estes Manuais

Sem comentários