Forum Discussion
1 Reply
- Altera_Forum
Honored Contributor
you can also use objdump utility to dissassemble existing elf file, like this:
nios2-elf-objdump.exe -d some_file.elf it is usefull for manually filling the programming ROM that nios will read to execute your program or manually injecting SEU. however I don't see any other use in it.