Altera Quartus II Scripting Manual de usuario Pagina 396

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 634
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de 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
Vista de pagina 395
1 2 ... 391 392 393 394 395 396 397 398 399 400 401 ... 633 634

Comentarios a estos manuales

Sin comentarios