elf2mif is a utility to convert an ELF file into a Memory Initialization File (MIF) for loading into an RTL simulator memory model.
This project requires a copy of CMake to build. Here are some basic build commands:
git submodule update --init --recursive
mkdir build
cd build
cmake ..
cmake --build .
cmake --build . --target package