21.14.3 sb_configure_core
(Ask a Question)Description
This Tcl command is used to configure cores that are already added to Master/Slave subsystem in the Peripherals page of the System Builder component.
sb_configure_core \
-component_name {component_name} \
[-core_name {core_name}] \
[-params {param_list}]
        Arguments
| Parameter | Type | Description | 
|---|---|---|
| -component_name {component_name} | string | Mandatory. Name of the system builder component. | 
| -core_name {core_name} | string | Optional. Name of the instance of the core in the System Builder component. | 
| -params {param_list} | string | Mandatory. List of the configuration parameters for the selected core. | 
Example
sb_configure_core -component_name {sb} -core_name {AMBA_SLAVE_0} -params {"AMBA_INTERFACE_TYPE:AHBLITE" "NUM_OF_INTERRUPTS:0"}
        