Altera Quartus II Scripting Uživatelský manuál Strana 396

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 634
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 395
1 2 ... 391 392 393 394 395 396 397 398 399 400 401 ... 633 634

Komentáře k této Příručce

Žádné komentáře