21.10.3 configure_snvm

Description

This Tcl command configures the sNVM clients in the sNVM tab of the Design and Memory Initialization tool. Can specify user sNVM clients using this command.

Note: You must run Generate Design Initialization Data (generate_design_initialization_data) after configuring sNVM (configure_snvm) and/or Design Initialization (configure_design_initialization_data).
configure_snvm -cfg_file {path_to_configuration_file.cfg}

Arguments

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

Error Codes

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

Supported Families

PolarFire®
PolarFire SoC

Example

This example configures the sNVM clients with {./src/SNVM.cfg} file.

configure_snvm -cfg_file {./src/SNVM.cfg}