diff options
| author | 1138-4EB <1138-4EB@users.noreply.github.com> | 2017-02-20 04:21:24 +0100 |
|---|---|---|
| committer | tgingold <tgingold@users.noreply.github.com> | 2017-12-10 12:02:05 +0100 |
| commit | bfb47bd712511b42c66094c649fee89cd621fe32 (patch) | |
| tree | fa2100400778266fdfce51e152513cb5233f7518 /doc/using | |
| parent | 7423f48c2d85c8439181a4213ae65b2c1ed833af (diff) | |
| download | ghdl-bfb47bd712511b42c66094c649fee89cd621fe32.tar.gz ghdl-bfb47bd712511b42c66094c649fee89cd621fe32.tar.bz2 ghdl-bfb47bd712511b42c66094c649fee89cd621fe32.zip | |
README.md, index, WhatIsVHDL, WhatIsGHDL ready for review.
Add shortcuts for shields in a single file and include it where used.
Create base64 GitHub and Travis-CI logos with b64.io and add them to self-created shields. Replace gitter with shield.io's variant.
Start rewriting <Contributing>
Diffstat (limited to 'doc/using')
| -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 |
