21.4.53 sd_save_core_instance_config
(Ask a Question)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
| Parameter | Type | Description |
|---|---|---|
| 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 Type | Description |
|---|---|
| None | None |
Error Codes
| Error Code | Description |
|---|---|
| None | Parameter 'instance_name' has illegal value. |
| None | Required parameter 'instance_name' is missing. |
| None | Parameter 'sd_name' has illegal value. |
| None | Required parameter 'sd_name' is missing. |
| None | Parameter '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}