Description
This Tcl command configures the Fabric RAM clients in the Fabric RAMs tab of the Design and Memory Initialization tool. The target storage type for the third stage initialization can be specified for each Fabric RAM client in the cfg file specified here.
Note: You must run Generate Design Initialization Data (generate_design_initialization_data) after configuring the Fabric RAMs (configure_ram) and/or Design Initialization (configure_design_initialization_data)
configure_ram -cfg_file {path_to_configuration_file.cfg}
Arguments
Parameter | Type | Description |
---|
cfg_file | string | Specifies the path to the configuration file of the Fabric RAM 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 RAM configuration file '*RAM.cfg'. |
None | You have to specify RAM 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_ram -cfg_file "cfg_file"'. |
Example
This example configures the Fabric RAM clients in the {./src/RAM.cfg
} file.
configure_ram -cfg_file {./src/RAM.cfg}