From 857ce9dd9b19d8b308ff30eefd2a9b2aa2656eb9 Mon Sep 17 00:00:00 2001 From: David Biancolin Date: Sun, 8 Sep 2019 15:33:27 -0700 Subject: [PATCH] [docs] Tell users to source env.sh in quick start --- docs/Quick-Start.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/Quick-Start.rst b/docs/Quick-Start.rst index 936597e6..fac3f8ab 100644 --- a/docs/Quick-Start.rst +++ b/docs/Quick-Start.rst @@ -28,6 +28,11 @@ To build the toolchains, you should run: .. Note:: If you are planning to use the Hwacha vector unit, or other RoCC-based accelerators, you should build the esp-tools toolchains by adding the ``esp-tools`` argument to the script above. If you are running on an Amazon Web Services EC2 instance, intending to use FireSim, you can also use the ``--ec2fast`` flag for an expedited installation of a pre-compiled toolchain. +Finally, set up Chipyard environment varibles and put the newly built toolchain on your path: + +.. code-block:: shell + + source ./env.sh What's Next? -------------------------------------------