Update README.md

This commit is contained in:
davidharrishmc 2021-10-18 13:43:10 -07:00 committed by GitHub
parent 197a8ca7e9
commit e681020d9e

View File

@ -27,6 +27,7 @@ edit Makefile.include
add line export RISCV_PREFIX = riscv64-unknown-elf- # this might not be needed if you have 32-bit versions of the riscv gcc compiler built separately
make
make XLEN=32
exe2memfile.pl work/*/*/*.elf # converts ELF files to a format that can be read by Modelsim
```
Notes: