Skip to content

feat(vivado): export a meminfo file

Michael Buechler requested to merge export_mmi into main

When Block RAM regions are reserved for being used as a ROM, e.g. for a Microblaze processor, Vivado automatically generates an meminfo file (.mmi) along with the bitstream. This can be used by updatemem to merge and ELF file into the bitstream.

Export it if it exists. On most projects it will fail silently.

Merge request reports

Loading