Write all the simulation .mem files.
Syntax
generate_mem_files [‑force] [‑quiet] [‑verbose] <directory>
Returns
The name of the directory
Usage
Name | Description |
---|---|
[-force]
|
Overwrite existing .mem files |
[-quiet]
|
Ignore command errors |
[-verbose]
|
Suspend message limits during command execution |
<directory>
|
Directory for exporting .mem files. Values: A directory with alphanumeric characters. |
Categories
Description
For embedded processor based designs, with associated Executable Linkable Files (ELF) from the Software Development Kit (SDK), this command merges the Block Memory Map (BMM) for the design with the program data in the ELF file to generate memory (MEM) files for use during simulation.
The MEM file is a text file that describes how individual Block RAMs on the Xilinx device are grouped together to form a contiguous address space called an Address Block, with the ELF data mapped into the memory.
The file names and the number of MEM files generated is determined by the memory map data specified by the processor system IP cores, or IP integrator block designs.
This command returns the directory where the MEM files are written, or returns an error if it fails.
Arguments
-force
- (Optional) Overwrite the specified output directory if it already exists.
-quiet
- (Optional) Execute the command quietly, returning no messages from the command. The command also returns TCL_OK regardless of any errors encountered during execution.
-verbose
- (Optional) Temporarily override any message limits and return all messages from this command.
set_msg_config
command.<directory> - (Required) The name of the directory to write the memory files into.
Example
generate_mem_files C:/Data/gen_mem