21.10.3 configure_envm

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

ParameterTypeDescription
cfg_filestringSpecifies the path to the configuration file of the eNVM client. This parameter is mandatory.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneRequired parameter 'cfg_file' is missing.
NoneUnable to locate or read ENVM configuration file '*ENVM.cfg'.
NoneYou have to specify ENVM configuration file for 'cfg_file' parameter.
NoneParameter 'cfg_file' has illegal value.
NoneParameter 'param_name' is not defined. Valid command formatting is 'configure_envm -cfg_file "cfg_file"'.

Supported Families

PolarFire®
PolarFire SoC

Example

This example configures the eNVM clients with {./src/ENVM.cfg} file.

configure_envm -cfg_file {./src/ENVM.cfg}