21.14.11 sb_set_fic_direct_mode

Description

This Tcl command is used to set/unset the Fabric Interface Controller (FIC) direct mode in the Peripherals page of the System Builder component.

sb_set_fic_direct_mode \
-component_name {component_name} \
-mode {true|false}

Arguments

ParameterTypeDescription
-component_name {component_name}stringMandatory. Name of the system builder component.
-mode {true|false} Mandatory. Set the mode to 'true' to enable the direct mode, else 'false'.

Example

sb_set_fic_direct_mode -component_name {sb} -mode {true}