summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@sifive.com>2018-12-13 18:45:09 -0800
committerPalmer Dabbelt <palmer@sifive.com>2018-12-13 18:45:09 -0800
commit2077ff04a25b4393d9b88cd0ee69db3f8eb40276 (patch)
treebe7b0dcc478fc97978a7efccce04a17557a37b22 /.gitmodules
parent0c3b3d75eadffb9ab1d85e811cac55d54ac9d3ca (diff)
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 <palmer@sifive.com>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
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