Merge pull request #245 from ucb-bar/master

Merge master back to dev
This commit is contained in:
Howard Mao
2019-09-26 01:00:35 +08:00
committed by GitHub
2 changed files with 13 additions and 7 deletions

1
docs/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
_build

View File

@@ -28,22 +28,27 @@ 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?
-------------------------------------------
This depends on what you are planning to do with Chipyard.
* If you want to learn about the structure of Chipyard, go to :ref:`chipyard-components`.
* To learn about the structure of Chipyard, see :ref:`chipyard-components`.
* If you intend to build one of the vanilla Chipyard examples, go to :ref:`build-a-chip` and follow the instructions.
* To build one of the vanilla Chipyard examples, see :ref:`build-a-chip`.
* If you intend to add a new accelerator, go to :ref:`adding-an-accelerator` and follow the instructions.
* To add a new accelerator, see :ref:`adding-an-accelerator`.
* If you intend to run a simulation of one of the vanilla Chipyard examples, go to :ref:`sw-rtl-sim-intro` and follow the instructions.
* To run a simulation of one of the Chipyard examples, see :ref:`sw-rtl-sim-intro`.
* If you intend to run a simulation of a custom Chipyard SoC Configuration, go to <> and follow the instructions.
* To run a simulation of a custom Chipyard SoC Configuration, see <>.
* If you intend to run a full-system FireSim simulation, go to :ref:`firesim-sim-intro` and follow the instructions.
* To run a FPGA-accelerated simulation using FireSim, see :ref:`firesim-sim-intro`.
* If you intend to run a VLSI flow using one of the vanilla Chipyard examples, go to <> and follow the instructions.
* To run a VLSI flow using one of the vanilla Chipyard examples, see <>.