report_config_inter_slr_muxing - 2025.2 English - UG835

Vivado Design Suite Tcl Command Reference Guide (UG835)

Document ID
UG835
Release Date
2025-11-20
Version
2025.2 English

Get information about all parameters

Syntax

report_config_inter_slr_muxing [‑file <arg>] [‑append] [‑force]
    [‑return_string] [‑quiet] [‑verbose] [‑no_header]

Returns

Param report

Usage

Name Description
[-file] Filename to output results to. (send output to console if -file is not used)
[-append] Append to existing file
[-force] Overwrite existing file
[-return_string] Return report as string
[-quiet] Ignore command errors
[-verbose] Suspend message limits during command execution
[-no_header] Do not generate a report header

Categories

Tools, Place

Description

Report the user-definable inter-SLR muxing flow configuration parameters for the implementation processes. These are parameters that can be modified using the config_inter_slr_muxing command. This command returns the selected report or the name of the output file, or returns an error if it fails.

Arguments

-file <arg> - (Optional) Use this option to write the configuration parameters report to the specified file. The -file argument does not overwrite the existing file, unless -force is specified.
Note: If the path is not specified as part of the file name, the file is saved into the current working directory, or the directory from which the tool was launched.

-force - (Optional) Overwrite the specified file if it already exists.

-append - (Optional) Append the output of the command to the specified file rather than overwriting it.

Note: The -append option can only be used with the -file option.

-return_string - (Optional) Directs the output to a Tcl string rather than to the standard output. The Tcl string is captured by a variable definition and parsed or otherwise processed.
Note: This argument does not function with the -file option.
-quiet - (Optional) Execute the command quietly, returning no messages from the command. The command also returns TCL_OK regardless of any errors encountered during execution.
Note: Any errors encountered on the command-line, while launching the command, will be returned. Only errors occurring inside the command will be trapped.
-verbose - (Optional) Temporarily override any message limits and return all messages from this command.
Note: Message limits can be defined with the set_msg_config command.

Example

This example reports the user-configurable inter-SLR muxing flow parameters to the Tcl console:

report_inter_slr_muxing -file config.rpt