From 271211f9b9faaa8c8585d1411e8ea6223bc81738 Mon Sep 17 00:00:00 2001 From: Sagar Karandikar Date: Thu, 30 Jan 2020 21:49:34 -0800 Subject: [PATCH 1/4] Fix capitalization in docs (#419) --- docs/Customization/RoCC-Accelerators.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Customization/RoCC-Accelerators.rst b/docs/Customization/RoCC-Accelerators.rst index 7a3f4447..2d420177 100644 --- a/docs/Customization/RoCC-Accelerators.rst +++ b/docs/Customization/RoCC-Accelerators.rst @@ -45,7 +45,7 @@ The other interfaces available to the accelerator are ``mem``, which provides ac the ``busy`` signal, which indicates when the accelerator is still handling an instruction; and the ``interrupt`` signal, which can be used to interrupt the CPU. -Look at the examples in ``generators/rocket-chip/src/main/scala/tile/LazyRocc.scala`` for detailed information on the different IOs. +Look at the examples in ``generators/rocket-chip/src/main/scala/tile/LazyRoCC.scala`` for detailed information on the different IOs. Adding RoCC accelerator to Config ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From cc66b9522719a735be564471ad0103bfa39b944b Mon Sep 17 00:00:00 2001 From: Sagar Karandikar Date: Thu, 20 Feb 2020 11:40:01 -0800 Subject: [PATCH 2/4] Update Quick-Start.rst --- docs/Quick-Start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Quick-Start.rst b/docs/Quick-Start.rst index cc650bd6..16164fdb 100644 --- a/docs/Quick-Start.rst +++ b/docs/Quick-Start.rst @@ -35,7 +35,7 @@ To build the toolchains, you should run: ./scripts/build-toolchains.sh .. Note:: If you are planning to use the Hwacha vector unit, or other RoCC-based accelerators, you should build the esp-tools toolchain 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. + 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: From 482c5949d1e5f9939acab17f01adb506bc692f18 Mon Sep 17 00:00:00 2001 From: alonamid Date: Fri, 21 Feb 2020 23:16:03 -0800 Subject: [PATCH 3/4] [ci skip] Fix Typos (#444) --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index dd7afe52..02001706 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,8 +8,8 @@ Welcome to Chipyard's documentation! .. image:: ./_static/images/chipyard-logo.svg -Chipyard is a a framework for designing and evaluating full-system hardware using agile teams. -It is composed of a collection of tools and libraries designed to provide an intergration between open-source and commercial tools for the development of systems-on-chip. +Chipyard is a framework for designing and evaluating full-system hardware using agile teams. +It is composed of a collection of tools and libraries designed to provide an integration between open-source and commercial tools for the development of systems-on-chip. New to Chipyard? Jump to the :ref:`Chipyard Basics` page for more info. .. include:: Quick-Start.rst From e40a5541e98809c36b3c0fbcec6fb1a422200448 Mon Sep 17 00:00:00 2001 From: Sagar Karandikar Date: Sat, 22 Feb 2020 15:38:43 -0800 Subject: [PATCH 4/4] Update Quick-Start.rst --- docs/Quick-Start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Quick-Start.rst b/docs/Quick-Start.rst index 16164fdb..b931443c 100644 --- a/docs/Quick-Start.rst +++ b/docs/Quick-Start.rst @@ -35,7 +35,7 @@ To build the toolchains, you should run: ./scripts/build-toolchains.sh .. Note:: If you are planning to use the Hwacha vector unit, or other RoCC-based accelerators, you should build the esp-tools toolchain 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. + If you are running on an Amazon Web Services EC2 instance (using the FPGA Developer AMI), 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: