21.14.11 sb_set_fic_direct_mode
(Ask a Question)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
Parameter | Type | Description |
---|---|---|
-component_name {component_name} | string | Mandatory. 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}