From 80f27cfcfecb265c79c47464a22111fd643de3aa Mon Sep 17 00:00:00 2001 From: alonamid Date: Wed, 25 Sep 2019 20:33:38 -0700 Subject: [PATCH] another bug fix --- docs/Quick-Start.rst | 7 ++++--- docs/Simulation/Software-RTL-Simulation.rst | 4 +++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/Quick-Start.rst b/docs/Quick-Start.rst index 570b841f..eb7ba3e5 100644 --- a/docs/Quick-Start.rst +++ b/docs/Quick-Start.rst @@ -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 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. @@ -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 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 build a chip using one of the vanilla Chipyard examples, go to :ref:`build-a-chip` and follow the instructions. + diff --git a/docs/Simulation/Software-RTL-Simulation.rst b/docs/Simulation/Software-RTL-Simulation.rst index 69cf2697..596c47b1 100644 --- a/docs/Simulation/Software-RTL-Simulation.rst +++ b/docs/Simulation/Software-RTL-Simulation.rst @@ -42,6 +42,7 @@ For a proprietry VCS simulation, enter the ``sims/vcs`` directory .. _sim-default: + Simulating The Default Example ------------------------------- @@ -72,8 +73,9 @@ For example: .. _sw-sim-custom: + Simulating A Custom Project -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +------------------------------- If you later create your own project, you can use environment variables to build an alternate configuration.