21.4.53 sd_save_core_instance_config

Description

This Tcl command is used to save the core instance configuration specified using one or more 'sd_configure_core_instance' commands. This command is typically used after configuring a core instance in a SmartDesign, to save that core instance's configuration.

sd_save_core_instance_config -sd_name {smartdesign component name} \
                             -instance_name {core instance name}

Arguments

ParameterTypeDescription
sd_name

string

Specifies the name of the SmartDesign component. It is mandatory.
instance_name

string

Specifies the name of the core instance in the SmartDesign for which the configuration must be saved. It ismandatory.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneParameter 'instance_name' has illegal value.
NoneRequired parameter 'instance_name' is missing.
NoneParameter 'sd_name' has illegal value.
NoneRequired parameter 'sd_name' is missing.
NoneParameter 'param_name' is not defined. Valid command formatting is'sd_save_core_instance_config -sd_name "sd_name" -instance_name "instance_name"'.

Supported Families

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

Example

This example saves "COREFIFO_0" core instance configuration.

sd_save_core_instance_config -sd_name {SD1} -instance_name {COREFIFO_0}