Altera Quartus II Scripting Manual de usuario Pagina 395

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 634
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 394
Chapter 3: Tcl Packages & Commands 3–265
report
© July 2013 Altera Corporation Quartus II Scripting Reference Manual
read_xml_report
Usage
read_xml_report <filename>
Options
<filename>: Name of XML Report Database File from which to read
Description
Creates the current Compilation Report from the specified XML Report Database File (.xml).
Example
# Set project name
set project_name "chiptrip"
load_package report
project_open $project_name
# Read XML Report Database File (.xml)
read_xml_report $project_name.xml
load_report
# Get all the panel names
puts {All Report Panel Names:}
puts [get_report_panel_names]
unload_report
project_close
Vista de pagina 394
1 2 ... 390 391 392 393 394 395 396 397 398 399 400 ... 633 634

Comentarios a estos manuales

Sin comentarios