Open jim-wilson opened 6 years ago
It's not quite the same sort of output, though:
IIRC I actually own the bug to fix these on sourceware.org :)
On my side I fixed the issue by generating an intelhex output from objcopy and then converting it to "readmemh" compatible file with a Python script.
objcopy can produce verilog output directly from ELF files with "objcopy -O verilog inputfile outputfile".