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

  • 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 245
3–116 Chapter 3: Tcl Packages & Commands
incremental_compilation
Quartus II Scripting Reference Manual © July 2013 Altera Corporation
get_partition_file_list
Usage
get_partition_file_list [-exclude_compiled_partitions] [-use_placeholders]
Options
-exclude_compiled_partitions: Option to exclude compiled_partitions folder from the
filelist
-use_placeholders: Option to generate filelist using a placeholder
Description
Returns the list of files that represent the incremental compilation database for the active revision.
Example
package require ::quartus::incremental_compilation
set filelist [get_partition_file_list]
foreach f $filelist {
puts $f
}
Zobrazit stránku 245
1 2 ... 241 242 243 244 245 246 247 248 249 250 251 ... 633 634

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

Žádné komentáře