A PlanAhead generated project is failing during Data2mem within SDK; an error similar to the following occurs:
"data2mem -bm \
../system_hw_platform/system_hw_platform/system_bd.bmm \
-bt ../system_hw_platform/system_hw_platform/system.bit \
-bd ../mb_bootloop_le.elf tag microblaze_0 \
-o b ../system_hw_platform/system_hw_platform/download.bit
ERROR:Data2MEM:80 - ADDRESS_SPACE or ADDRESS_MAP tag name 'microblaze_0' was not found.
Some data may have not been translated
FPGA Programming Failed due to errors while initializing bitstream."
How can I work around this error?
The SDK is using an incorrect tag in the data2mem tool.
To work around this issue, run data2mem from the command line using the proper tag that is used in the BMM file.
To obtain the correct tag, open the BMM file located in the SDK workspace. Here the ADDRESS_MAP tag corresponding to the processor name will need to be used in the data2mem command line.
For example::

data2mem -bm system_bd.bmm -bt system.bit -bd C:/Xilinx/14.2/ISE_DS/EDK/sw/lib/microblaze/mb_bootloop_le.elf tag system_i_microblaze_0 -o b download.bit
To run the data2mem:


| Answer Number | Answer Title | Version Found | Version Resolved |
|---|---|---|---|
| 47397 | Vivado Design Suite 2012 - Known Issues | N/A | N/A |