From a0d009b8e4c9fbd5cca696dcfadd9c8bcf0429b5 Mon Sep 17 00:00:00 2001 From: David Biancolin Date: Sun, 8 Sep 2019 15:41:12 -0700 Subject: [PATCH] [docs] Make _What's Next_ more succinct --- docs/Quick-Start.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/Quick-Start.rst b/docs/Quick-Start.rst index fac3f8ab..fc022ca0 100644 --- a/docs/Quick-Start.rst +++ b/docs/Quick-Start.rst @@ -39,16 +39,16 @@ 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 <>.