From b3e160d3bec1411ff553fde2fae999d7f40b55dd Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Thu, 16 Dec 2021 17:23:55 -0800 Subject: [PATCH] Add documentation mentioning init-software --- docs/Software/index.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/Software/index.rst b/docs/Software/index.rst index 04b5a5fd..3662b698 100644 --- a/docs/Software/index.rst +++ b/docs/Software/index.rst @@ -13,6 +13,15 @@ official RISC-V ISA reference implementation. Qemu is a high-performance functional simulator that can run nearly as fast as native code, but can be challenging to modify. +To initialize additional software repositories, such as wrappers for Coremark, +SPEC2017, and workloads for the NVDLA, run the following script. The +submodules are located in the ``software`` directory. + +.. code-block:: shell + + ./scripts/init-software.sh + + .. toctree:: :maxdepth: 2 :caption: Contents: