Update docs to reflect in-tree barstools

This commit is contained in:
Jerry Zhao
2024-04-19 11:38:00 -07:00
parent 9436aea1e8
commit 088460f266
8 changed files with 15 additions and 32 deletions

View File

@@ -79,9 +79,9 @@ Tools
FIRRTL enables digital circuits manipulation between Chisel elaboration and Verilog generation.
See :ref:`Tools/FIRRTL:FIRRTL` for more information.
**Barstools**
**Tapeout-Tools (Formerly Barstools)**
A collection of common FIRRTL transformations used to manipulate a digital circuit without changing the generator source RTL.
See :ref:`Tools/Barstools:Barstools` for more information.
See :ref:`Tools/Tapeout-Tools:Tapeout-Tools` for more information.
**Dsptools**
A Chisel library for writing custom signal processing hardware, as well as integrating custom signal processing hardware into an SoC (especially a Rocket-based SoC).