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
Parameter | Type | Description |
---|
cfg_file | string | Specifies the path to the configuration file of the uPROM client. This parameter is mandatory. |
Return Type | Description |
---|
None | None |
Error Codes
Error Code | Description |
---|
None | Required parameter 'cfg_file' is missing. |
None | You have to specify UPROM 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_uprom -cfg_file "cfg_file"'. |
None | Unable to locate or read UPROM configuration file '*UPROM.cfg'. |
Example
This example configures the uPROM clients with {./src/UPROM.cfg
} file.
configure_uprom -cfg_file {./src/UPROM.cfg}