aboutsummaryrefslogtreecommitdiffstats
path: root/doc/quick_start/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/quick_start/index.rst')
-rw-r--r--doc/quick_start/index.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/quick_start/index.rst b/doc/quick_start/index.rst
new file mode 100644
index 000000000..22c993855
--- /dev/null
+++ b/doc/quick_start/index.rst
@@ -0,0 +1,17 @@
+.. program:: ghdl
+.. _USING:QuickStart:
+
+Quick Start Guide
+#################
+
+Since this is the user and reference manual for `GHDL`, it does not contain an introduction to `VHDL`. Thus, the reader
+should have at least a basic knowledge of `VHDL`. A good knowledge of `VHDL` language reference manual (usually called LRM)
+is a plus. Nevertheless, multiple explained examples are provided, in the hope that they are useful for users to learn
+about both `GHDL` and `VHDL`.
+
+.. toctree::
+ :maxdepth: 2
+
+ simulation/index.rst
+ Co-Simulation <https://ghdl.github.io/ghdl-cosim>
+ python/index.rst