diff options
Diffstat (limited to 'doc/using/QuickStartGuide.rst')
-rw-r--r-- | doc/using/QuickStartGuide.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/using/QuickStartGuide.rst b/doc/using/QuickStartGuide.rst index bbaf3894d..e921199fa 100644 --- a/doc/using/QuickStartGuide.rst +++ b/doc/using/QuickStartGuide.rst @@ -87,7 +87,7 @@ A full adder ============ VHDL is generally used for hardware design. This example starts with -a full adder described in the :file:`adder.vhdl` file: +a `full adder <https://en.wikipedia.org/wiki/Adder_(electronics)#Full_adder>`_ described in the :file:`adder.vhdl` file: .. code-block:: VHDL @@ -357,3 +357,9 @@ this VHDL dialect through some options:: See :ref:`IEEE_library_pitfalls`, for more details. +Further examples +======================= + +.. TODO:: + + Add references to examples/tutorials with GHDL.
\ No newline at end of file |