21.14.9 sb_disable_peripheral

Description

This Tcl command is used to disable the MSS peripherals in various subsystems of the Peripherals page of the System Builder component.
Note: By default, MSS_MMUART_0/1, MSS_I2C_0/1, MSS_SPI_0/1 are enabled in all devices. Use the sb_disable_peripheral command to disable the peripherals that are not needed.
sb_disable_peripheral \
-component_name {component_name} \
[-peripheral_name {peripheral_name}]

Arguments

ParameterTypeDescription
-component_name {component_name}stringMandatory. Name of the system builder component.
-peripheral_name {peripheral_name}stringMandatory. Name of the MSS peripheral instance to be disabled.

Example

sb_disable_peripheral -component_name {sb} -peripheral_name {MSS_SPI_0}