21.14.12 sb_configure_envm
(Ask a Question)Description
This Tcl command is used to specify a .cfg file with all clients information in the ENVM tab of the Memories page in the System Builder component.
sb_configure_envm \
-component_name {component_name} \
-cfg_file {file_path}
Arguments
Parameter | Type | Description |
---|---|---|
-component_name {component_name} | string | Mandatory. Name of the system builder component. |
-cfg_file <file_path> | string | Mandatory. Path of the configuration file (.cfg) used to configure the ENVM. |
Example
sb_configure_envm -component_name {sb} -cfg_file{./ENVM.cfg}