diff options
Diffstat (limited to 'doc/quick_start/simulation/adder/index.rst')
-rw-r--r-- | doc/quick_start/simulation/adder/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/quick_start/simulation/adder/index.rst b/doc/quick_start/simulation/adder/index.rst index 5ff607801..693d42ef3 100644 --- a/doc/quick_start/simulation/adder/index.rst +++ b/doc/quick_start/simulation/adder/index.rst @@ -5,8 +5,8 @@ ================================= Unlike :ref:`Heartbeat <QuickStart:heartbeat>`, the target hardware design in this example is written using the -synthesisable subset of `VHDL`. It is a `full adder <https://en.wikipedia.org/wiki/Adder_(electronics)#Full_adder>`_ -described in a file named :file:`adder.vhdl`: +synthesisable subset of `VHDL`. It is a :wikipedia:`full adder <Adder_(electronics)#Full_adder>` described in a file +named :file:`adder.vhdl`: .. literalinclude:: adder.vhdl :language: vhdl |