List, get, or set configuration parameters.
Syntax
configparams <options>
List the name and description for available configuration parameters. Configuration parameters can be global or connection specific, therefore the list of available configuration parameters and their value might change depending on the current connection.
configparams <options> <name>
Get configuration parameter value(s).
configparams <options> <name> <value>
Set configuration parameter value.
Options
Option | Description |
---|---|
-all
|
Include values for all contexts in result. |
-context [context]
|
Specify context of value to get or set. The default context is "", which represents the global default. Not all options support context-specific values. |
-target-id <id>
|
Specify target id or value to get or set. This is an alternative to the -context option. |
Returns
Depends on the arguments specified.
<none>
: List of parameters and description of each parameter.
<parameter name>
: Parameter value or error, if unsupported parameter is specified.
<parameter name>
<parameter value>
: Nothing if the value is set, or error, if the unsupported parameter is specified.
Examples
configparams force-mem-accesses 1
Disable access protection for the <dow>
, <mrd>
, and <mwr>
commands.
configparams vitis-launch-timeout 100
Change the Vitis launch timeout to 100 seconds (used for running Vitis batch mode commands).