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

  • 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 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
Zobrazit stránku 394
1 2 ... 390 391 392 393 394 395 396 397 398 399 400 ... 633 634

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

Žádné komentáře