diff options
Diffstat (limited to 'util/riscv/description.md')
-rw-r--r-- | util/riscv/description.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util/riscv/description.md b/util/riscv/description.md new file mode 100644 index 0000000000..0245a4aa17 --- /dev/null +++ b/util/riscv/description.md @@ -0,0 +1,6 @@ +__riscv__ + * _make-spike-elf.sh_ - Converts a flat file into an ELF, that can be + passed to SPIKE, the RISC-V reference + emulator.`Bash` + * _sifive-gpt.py_ - Wraps the bootblock in a GPT partition for + SiFive's bootrom. `Python3` |