Altera Quartus II Scripting Manual de usuario Pagina 349

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 634
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de 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"
Vista de pagina 348
1 2 ... 344 345 346 347 348 349 350 351 352 353 354 ... 633 634

Comentarios a estos manuales

Sin comentarios