21.14.7 sb_disable_core
(Ask a Question)Description
This Tcl command is used to disable the cores/bus interfaces in various subsystems of the Peripherals page of the System Builder component (excluding the MSS Peripherals).
sb_disable_core \
-component_name {component_name} \
[-core_name {core_name}]
        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. | 
Example
sb_disable_core -component_name {sb} -core_name {FIC_0_AMBA_MASTER}
        