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

  • 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 348
Chapter 3: Tcl Packages & Commands 3–219
project
© July 2013 Altera Corporation Quartus II Scripting Reference Manual
get_user_option
Usage
get_user_option -name <name>
Options
-name <name>: User option name
Description
Returns the user option value for the name specified by the "-name" option.
To get a list of all available user option names, use the "get_all_user_option_names" command.
Example
## Get the value for the user option
## "TALKBACK_ENABLED"
set value [get_user_option -name TALKBACK_ENABLED]
puts "TALKBACK_ENABLED = $value"
Zobrazit stránku 348
1 2 ... 344 345 346 347 348 349 350 351 352 353 354 ... 633 634

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

Žádné komentáře