Altera Quartus II Scripting Manuale Utente Pagina 396

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 634
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 395
3–266 Chapter 3: Tcl Packages & Commands
report
Quartus II Scripting Reference Manual © July 2013 Altera Corporation
save_report_database
Usage
save_report_database
Options
None
Description
Saves the report database, including any new report panel.
Example
load_package report
project_open chiptrip
load_report
# Set panel name and id
set panel {Fitter||Fitter Settings}
set id [get_report_panel_id $panel]
# If panel exists, add a row to it. Otherwise, print an error message.
if {$id != -1} {
add_row_to_table -id $id {{New Field} Yes No}
# Save the changes to the report database
save_report_database
} else {
puts "Error: Table $panel does not exist."
}
unload_report
project_close
Vedere la pagina 395
1 2 ... 391 392 393 394 395 396 397 398 399 400 401 ... 633 634

Commenti su questo manuale

Nessun commento