From 5f3ff3627b15e25a7102fee07756d52e4b7ad3e2 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Fri, 9 Aug 2019 10:18:50 -0700 Subject: [PATCH] update bullet points in quick-start --- docs/Quick-Start.rst | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/docs/Quick-Start.rst b/docs/Quick-Start.rst index e8ead617..936597e6 100644 --- a/docs/Quick-Start.rst +++ b/docs/Quick-Start.rst @@ -33,10 +33,17 @@ 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`. -- 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 add a new accelerator, go to :ref:`adding-an-accelerator` 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 <> 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 VLSI flow using one of the vanilla Chipyard examples, go to <> and follow the instructions. + +* 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 add a new accelerator, go to :ref:`adding-an-accelerator` 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 <> 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 VLSI flow using one of the vanilla Chipyard examples, go to <> and follow the instructions.