sifive / elf2hex

Converts ELF files to HEX files that are suitable for Verilog's readmemh.
82 stars 21 forks source link

How to generate hex file in intel-hex formate #18

Open qaziullah opened 2 years ago

qaziullah commented 2 years ago

Hi there,

The generated hex file from this utility is not in Intel HEX format. I am having issue in reading generated hex file into BLOCK RAM on FPGA. It is complaining that format is not in intel-hex.

Kindly look into it and let me know of any solution.