Skip to content

Utility to convert an ELF file into a Memory Initialization File (MIF)

License

Notifications You must be signed in to change notification settings

emmicro-us/elf2mif

Repository files navigation

elf2mif

Build Status

elf2mif is a utility to convert an ELF file into a Memory Initialization File (MIF) for loading into an RTL simulator memory model.

Building

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