From f96a70fc61421c58913930dbcd42b83d87a05cf0 Mon Sep 17 00:00:00 2001 From: Howard Mao Date: Mon, 16 Sep 2019 10:21:10 -0700 Subject: [PATCH] fix another instance of broken references --- docs/Chipyard-Basics/Running-A-Simulation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Chipyard-Basics/Running-A-Simulation.rst b/docs/Chipyard-Basics/Running-A-Simulation.rst index 7b3f0cc1..76eb0acb 100644 --- a/docs/Chipyard-Basics/Running-A-Simulation.rst +++ b/docs/Chipyard-Basics/Running-A-Simulation.rst @@ -9,7 +9,7 @@ Software RTL Simulation ------------------------ The Chipyard framework provides wrappers for two common software RTL simulators: the open-source Verilator simulator and the proprietary VCS simulator. -For more information on either of these simulators, please refer to :ref:`Verilator` or :ref:`VCS`. +For more information on either of these simulators, please refer to :ref:`Verilator (Open-Source)` or :ref:`Synopsys VCS (License Required)`. The following instructions assume at least one of these simulators is installed. Verilator/VCS Flows