21.3.43 export_parameter_report

Description

This Tcl command generates a report in respective format (XML) selected with the list of components in the design along with their Tcl parameters that were used to configure. Also the report shows the available latest versions of the cores used in the design in either vault or repositories selected. This command supports generating parameter report for only that active top module which is not instantiated in any other module.

export_parameter_report [-file filename_with_extension] \
                        [-top top_module_name]

Arguments

ParameterTypeDescription
filestringName of the output generated report in xml format. If filename with extension is not provided, the report will be generated as "top_module_name_parameter_report.xml". This argument is optional.
topstringName of the top module which is not instantiated in any other module. This overrides the active top module.If the top module name is not provided, then the report for the active root module will be generated. This argument is optional.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
None Parameter/Generic report cannot be exported for a module that is instantiated in any other module. It can only be exported for top level modules. Please set a top level module as the root or specify a top level module in the Tcl command export_parameter_report to be able to export the report.
NoneParameter 'top' has illegal value.
NoneParameter 'file' has illegal value.
NoneParameter 'param_name' is not defined. Valid command formatting is 'export_parameter_report [-file "file name"] [-top "top name"]'.

Supported Families

Supported Families
PolarFire®
PolarFire SoC
RTG4
SmartFusion® 2
IGLOO® 2

Example

This example reports into {./src/sd1_parameter_report.xml} file.

export_parameter_report -file {./src/sd1_parameter_report.xml} -top top