Merge remote-tracking branch 'origin/dev' into alon-docs-dev

This commit is contained in:
abejgonzalez
2019-09-25 18:50:37 -07:00
4 changed files with 14 additions and 4 deletions

View File

@@ -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's environment variables and put the newly built toolchain on your path:
.. code-block:: shell
source ./env.sh
What's Next?
-------------------------------------------