dump elf
This commit is contained in:
parent
8ec06e6ed8
commit
76d1c52cb2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -49,6 +49,7 @@ jobs:
|
|||
make obj && \
|
||||
riscv64-unknown-elf-ld -melf32lriscv -T tb.ld *.o -o tb.elf && \
|
||||
riscv64-unknown-elf-objcopy --target=verilog tb.elf tb.hex && \
|
||||
riscv64-unknown-elf-objdump -xhdtsf tb.elf && \
|
||||
echo "done" \
|
||||
"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue