From 3360c612d55e026b748d7af316b797752b860a31 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Sat, 13 Jan 2024 17:46:19 +1300 Subject: [PATCH] Docs: remove hanging reference --- docs/source/using_yosys/yosys_flows.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/using_yosys/yosys_flows.rst b/docs/source/using_yosys/yosys_flows.rst index 22f964a02..040ef5a4c 100644 --- a/docs/source/using_yosys/yosys_flows.rst +++ b/docs/source/using_yosys/yosys_flows.rst @@ -280,9 +280,7 @@ Checking techmap .. todo:: add/expand supporting text -.. TODO:: reference no longer exists - -Remember the following example from :doc:`/getting_started/typical_phases`? +Let's look at the following example: .. literalinclude:: /code_examples/synth_flow/techmap_01_map.v :language: verilog @@ -296,7 +294,9 @@ Remember the following example from :doc:`/getting_started/typical_phases`? :language: yoscrypt :caption: ``docs/source/code_examples/synth_flow/techmap_01.ys`` -Lets see if it is correct.. +To see if it is correct we can use the following code: + +.. todo:: replace inline yosys script code .. code:: yoscrypt