diff --git a/docs/Software/FireMarshal.rst b/docs/Software/FireMarshal.rst index c69b676a..dc53b77d 100644 --- a/docs/Software/FireMarshal.rst +++ b/docs/Software/FireMarshal.rst @@ -1,7 +1,6 @@ .. _fire-marshal: FireMarshal ================= -``software/firemarshal`` FireMarshal is a workload generation tool for RISC-V based systems. It currently only supports the FireSim FPGA-accelerated simulation platform. diff --git a/docs/Tools/Barstools.rst b/docs/Tools/Barstools.rst index 4f8e2ff1..81435130 100644 --- a/docs/Tools/Barstools.rst +++ b/docs/Tools/Barstools.rst @@ -1,5 +1,5 @@ Barstools =============================== -Barstools is a collection of useful FIRRTL transformations and Compilers to help the build process. +Barstools is a collection of useful FIRRTL transformations and compilers to help the build process. Included in the tools are a MacroCompiler (used to map Chisel memory constructs to vendor SRAMs), FIRRTL transforms (to separate harness and top-level SoC files), and more. diff --git a/docs/Tools/Chisel-Testers.rst b/docs/Tools/Chisel-Testers.rst index 7a9ebf22..2ed84ed9 100644 --- a/docs/Tools/Chisel-Testers.rst +++ b/docs/Tools/Chisel-Testers.rst @@ -1,6 +1,7 @@ Chisel Testers ============================== -`Chisel testers `__ is a library for writing tests for Chisel designs. +`Chisel Testers `__ is a library for writing tests for Chisel designs. It provides a Scala API for interacting with a DUT. -It can use multiple backends, including :ref:`Treadle` and Verilator. +It can use multiple backends, including things such as Treadle and Verilator. +See :ref:`Treadle and FIRRTL Interpreter` and :ref:`sw-rtl-sim-intro` for more information on these simulation methods. diff --git a/docs/VLSI/Building-A-Chip.rst b/docs/VLSI/Building-A-Chip.rst index 3fbbd9ea..6f7cd4b1 100644 --- a/docs/VLSI/Building-A-Chip.rst +++ b/docs/VLSI/Building-A-Chip.rst @@ -3,4 +3,4 @@ Building A Chip ============================== -TODO +.. Note:: Please refer to the other sections in VLSI for tools/flows on how to build a chip. This section will be filled in ASAP.