another bug fix

This commit is contained in:
alonamid
2019-09-25 20:33:38 -07:00
parent adaebd30b9
commit 80f27cfcfe
2 changed files with 7 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ This depends on what you are planning to do with Chipyard.
* 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. * 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.
* If you intend to run a simulation of a custom Chipyard SoC Configuration, go to :ref:`sw-sim-custom` and follow the instructions. * If you intend to run a simulation of a custom Chipyard SoC Configuration, go to :ref:`Simulating A Custom Project` and follow the instructions.
* If you intend to run a full-system FireSim simulation, go to :ref:`firesim-sim-intro` and follow the instructions. * If you intend to run a full-system FireSim simulation, go to :ref:`firesim-sim-intro` and follow the instructions.
@@ -49,6 +49,7 @@ 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`. * If you want to learn about the structure of Chipyard, go to :ref:`chipyard-components`.
* If you intend to build one of the vanilla Chipyard examples, go to :ref:`build-a-chip` and follow the instructions.
* If you intend to run a VLSI flow using one of the vanilla Chipyard examples, go to <> and follow the instructions. * If you intend to run a VLSI flow using one of the vanilla Chipyard examples, go to <> and follow the instructions.
* If you intend to build a chip using one of the vanilla Chipyard examples, go to :ref:`build-a-chip` and follow the instructions.

View File

@@ -42,6 +42,7 @@ For a proprietry VCS simulation, enter the ``sims/vcs`` directory
.. _sim-default: .. _sim-default:
Simulating The Default Example Simulating The Default Example
------------------------------- -------------------------------
@@ -72,8 +73,9 @@ For example:
.. _sw-sim-custom: .. _sw-sim-custom:
Simulating A Custom Project Simulating A Custom Project
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -------------------------------
If you later create your own project, you can use environment variables to build an alternate configuration. If you later create your own project, you can use environment variables to build an alternate configuration.