Set_user_option, Usage, Options – Altera Quartus II Scripting User Manual

Page 375: Description, Example, Set_user_option –245

Advertising
background image

Chapter 3: Tcl Packages & Commands

3–245

project

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

set_user_option

Usage

set_user_option -name <name> <value>

Options

-name <name>: User option name

<value>: User option value

Description

Sets the user option value for the name specified by the "-name" option. The user option is written to the
quartus2.ini file.

To get a list of all available user option names, use the "get_all_user_option_names" command.

Example

## Set TALKBACK_ENABLED to "on"
set_user_option -name TALKBACK_ENABLED on

Advertising