sifive / elf2hex

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

Allow Python >= 2.7 #8

Closed nategraff-sifive closed 5 years ago

nategraff-sifive commented 5 years ago

This allows elf2hex to work with any python >= 2.7.

By all means this is a bit ugly, it might be worth just having two copies of the python script, one for 2 and one for 3.