Xilinx BMM File
Overview about using BMM file in Xilinx
BMM file is used by Xilinx tools to write binary data into specified RAM. This is used for instance in writing
firmware and startup routines of an embedded system. It consists of description of the hardware structure of the
target RAM as well as its available address space so that the binary data can be filled correctly in the right
address. In this document we will see how to generate such file and implement it.