Description
This Tcl command configures the eNVM clients in the eNVM tab of the Design and Memory
Initialization tool. This command also specifies the user eNVM clients.
Important: You must run Generate Design
Initialization Data (generate_design_initialization_data) after configuring eNVM
(configure_envm) and/or Design Initialization
(configure_design_initialization_data).
configure_envm -cfg_file {path_to_configuration_file.cfg}
Arguments
| Parameter | Type | Description |
|---|
| cfg_file | string | Specifies the path to the configuration file of the eNVM client. This parameter is mandatory. |
| Return Type | Description |
|---|
| None | None |
Error Codes
| Error Code | Description |
|---|
| None | Required parameter 'cfg_file' is missing. |
| None | Unable to locate or read ENVM configuration file '*ENVM.cfg'. |
| None | You have to specify ENVM configuration file for 'cfg_file' parameter. |
| None | Parameter 'cfg_file' has illegal value. |
| None | Parameter 'param_name' is not defined. Valid command formatting is 'configure_envm -cfg_file "cfg_file"'. |
Example
This example configures the eNVM clients with {./src/ENVM.cfg} file.
configure_envm -cfg_file {./src/ENVM.cfg}