From 707255ea88b477a3c1f52382401489c69dd214d7 Mon Sep 17 00:00:00 2001 From: junsunchoi <89932869+junsunchoi@users.noreply.github.com> Date: Fri, 19 Apr 2024 15:14:49 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Abraham Gonzalez --- docs/source/internal/Build.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/internal/Build.rst b/docs/source/internal/Build.rst index 3c09f810..3b88f6f4 100644 --- a/docs/source/internal/Build.rst +++ b/docs/source/internal/Build.rst @@ -5,8 +5,8 @@ Build Process The goal of building a workload is to produce a working boot binary and (optionally) a root filesystem to boot from. The same outputs are used for Spike, Qemu, and FireSim. Spike now supports a disk. In order to use a disk, -libspikedevices.so should be installed by chipyard to the RISCV library path. -Iceblk will be used as the default device. Users may also choose to create +``libspikedevices.so`` should be installed by Chipyard to the ``RISCV`` library path (i.e. ``$RISCV/lib`). +The Iceblk block device model will be used as the default block device model. Users may also choose to create an initramfs-only version of their workload instead for Spike (that binary will boot on Qemu and FireSim as well). The build process proceeds as follows: