21.14.3 sb_configure_core

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

ParameterTypeDescription
-component_name {component_name}stringMandatory. Name of the system builder component.
-core_name {core_name}stringOptional. Name of the instance of the core in the System Builder component.
-params {param_list}stringMandatory. 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"}