From 3b79de660f38118b1c52d18c45d1c88fa17e8b9d Mon Sep 17 00:00:00 2001 From: joey0320 Date: Sat, 11 Mar 2023 20:02:53 -0800 Subject: [PATCH] fix --- docs/Tools/FIRRTL.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Tools/FIRRTL.rst b/docs/Tools/FIRRTL.rst index 67adde2d..2e88218f 100644 --- a/docs/Tools/FIRRTL.rst +++ b/docs/Tools/FIRRTL.rst @@ -7,6 +7,6 @@ Without going into too much detail, FIRRTL is consumed by FIRRTL compilers which An example of a FIRRTL pass (transformation) is one that optimizes out unused signals. Once the transformations are done, a Verilog file is emitted and the build process is done. -To see how FIRRTL is transformed to Verilog in Chipyard, please visit the :ref:`Customization/Firrtl-Transforms` section. +To see how FIRRTL is transformed to Verilog in Chipyard, please visit the :ref:`firrtl-transforms` section. For more information on FIRRTL, please visit their `website `__.