Altera Quartus II Scripting Instrukcja Użytkownika Strona 395

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 634
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 394
1 2 ... 390 391 392 393 394 395 396 397 398 399 400 ... 633 634

Komentarze do niniejszej Instrukcji

Brak uwag