Altera Quartus II Scripting Manuale Utente Pagina 349

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 634
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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"
Vedere la pagina 348
1 2 ... 344 345 346 347 348 349 350 351 352 353 354 ... 633 634

Commenti su questo manuale

Nessun commento