From 2077ff04a25b4393d9b88cd0ee69db3f8eb40276 Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Thu, 13 Dec 2018 18:45:09 -0800 Subject: Add support for generating coreip hex files via elf2hex This just calls elf2hex on the compiled elf files, producing a hex file that can be fed into RTL simulation. Signed-off-by: Palmer Dabbelt --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 68ab3b2..060615c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "freedom-mee"] path = freedom-mee url = https://github.com/sifive/freedom-mee.git +[submodule "scripts/elf2hex"] + path = scripts/elf2hex + url = ../elf2hex -- cgit v1.2.1-18-gbd029