From e681020d9eeddc8f3869a3d19035d59f9dc85a58 Mon Sep 17 00:00:00 2001 From: davidharrishmc <74973295+davidharrishmc@users.noreply.github.com> Date: Mon, 18 Oct 2021 13:43:10 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c27c923..827e27ef 100644 --- a/README.md +++ b/README.md @@ -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: