Description
"UPDATE_ENVM" is a command tool used in the run_tool command. The "run_tool -name {UPDATE_ENVM} -script {update_config_file}" Tcl command updates eNVM Memory Content without having to rerun Synthesize and Place and Route. It is useful if you have reserved space in the eNVM configurator within the MSS for firmware development.
Note: Before running this tool, you must configure MSS which internally uses eNVM, create client.
run_tool -name {UPDATE_ENVM} -script {update_config_file.cfg}
Arguments
Parameter | Type | Description |
---|
script | string | Specifies the path to the configuration file of the eNVM client. This parameter is mandatory. |
Return Type | Description |
---|
Integer | Returns 0 on success and 1 on failure. |
Error Codes
Error Code | Description |
---|
None | Cannot open eNVM configuration file. |
None | TCL script 'update_config_file.cfg' not found. |
Example
This example runs and configures the eNVM clients with {./eNVM.cfg}:
run_tool -name {UPDATE_ENVM} -script "eNVM.cfg"
See Also
- nvm_update_serialization_client
- nvm_update_storage_client