Skip to content

Commit

Permalink
Merge pull request #302 from firesim/spike-blkdev
Browse files Browse the repository at this point in the history
fix doc syntax
  • Loading branch information
abejgonzalez authored Apr 20, 2024
2 parents 1a971fb + 595250e commit 55aa37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/internal/Build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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 (i.e. ``$RISCV/lib`).
``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).
Expand Down

0 comments on commit 55aa37e

Please sign in to comment.