From bb5cd1de47b6d101e46877900f53145317a455e6 Mon Sep 17 00:00:00 2001 From: bbleaptrot <35536624+bbleaptrot@users.noreply.github.com> Date: Mon, 12 Apr 2021 17:09:16 -0600 Subject: [PATCH] Update to fix :numref: error example figure --- docs/source/tutorials/arch_modeling/spypads_tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/tutorials/arch_modeling/spypads_tutorial.rst b/docs/source/tutorials/arch_modeling/spypads_tutorial.rst index 48ab5f4b6..1cbbeafe4 100644 --- a/docs/source/tutorials/arch_modeling/spypads_tutorial.rst +++ b/docs/source/tutorials/arch_modeling/spypads_tutorial.rst @@ -211,7 +211,7 @@ If we look at the module definition and ports of ``fpga_top.v`` we should see th Using :ref:`fig_gpout_ports` as a guide, we can relate our task like :numref:`fig_gpout_example` -.. _fig_gpout: +.. _fig_gpout_example: .. figure:: ./figures/gpout_ports_example.png :scale: 100% @@ -225,7 +225,7 @@ We can view testbench waveforms with GTKWave by running the following command fr gtkwave openfpga_flow/tasks/fpga_verilog/spypad/latest/k6_frac_N10_tileable_adder_register_scan_chain_depop50_spypad_40nm/and2/MIN_ROUTE_CHAN_WIDTH/and2_formal.vcd & -.. note::Information on GTKWave can be found on our documentation page located here: :ref:`verilog2verification` +.. note:: Information on GTKWave can be found on our documentation page located here: :ref:`from_verilog_to_verification` The waveforms will appear similar to :numref:`fig_spypad_waves`