Bump docs

This commit is contained in:
abejgonzalez
2022-09-13 22:53:08 -07:00
parent 9f1b87d8ac
commit 6a98140bf5
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ This is done by the following:
Setting up the Chipyard Repo
-------------------------------------------
Start by checking out the proper Chipyard's version. Run:
Start by checking out the proper Chipyard version. Run:
.. parsed-literal::

View File

@@ -10,7 +10,7 @@ FireSim
FireSim allows RTL-level simulation at orders-of-magnitude faster speeds than software RTL simulators.
FireSim also provides additional device models to allow full-system simulation, including memory models and network models.
FireSim supports running on Amazon EC2 F1 FPGA-enabled virtual instances and on locally managed Linux machines with FPGAs attached.
FireSim supports running on Amazon EC2 F1 FPGA-enabled cloud instances and on locally managed Linux machines with FPGAs attached.
The rest of this documentation assumes you are running on an Amazon EC2 F1 FPGA-enabled virtual instance.
In order to simuate your Chipyard design using FireSim, make sure to follow the repository setup as described by
:ref:`Chipyard-Basics/Initial-Repo-Setup:Initial Repository Setup`, if you have not already.