elf2hex - converts ELF files to HEX files that are suitable for Verilog's readmemh.
Verilog test harnesses can't directly read ELF binaries but are instead required to be provided with a hexidecimal dump of a particular width and depth. This project allows users to easily create these files.
./elf2hex [-h] --bit-width BIT_WIDTH --input IN.ELF [--output OUT.HEX]◦ https://github.com/sifive/elf2hex
#ELF #HEX #memory #init #verilog
>>Click here to continue<<
