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
Parameter | Type | Description |
---|
cfg_file | string | Specifies the path to the configuration file of the sNVM 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 SNVM configuration file '*SNVM.cfg'. |
None | You have to specify SNVM 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_snvm -cfg_file "cfg_file"'. |
Example
This example configures the sNVM clients with {./src/SNVM.cfg
} file.
configure_snvm -cfg_file {./src/SNVM.cfg}