21.10.6 configure_uprom

Description

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

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

Arguments

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

Error Codes

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

Supported Families

PolarFire®
PolarFire SoC

Example

This example configures the uPROM clients with {./src/UPROM.cfg} file.

configure_uprom -cfg_file {./src/UPROM.cfg}