diff options
author | Patrick Lehmann <Paebbels@gmail.com> | 2019-02-25 10:49:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-25 10:49:35 +0100 |
commit | a62344e4dce1a603cfda0c71a571e248694974ca (patch) | |
tree | e460aa85f9f627daf4d3335ffcaefcb50d4fcb17 /doc/about.rst | |
parent | fb6fa7ceced6e74ae02ed24b92a488c6e65d3404 (diff) | |
parent | f83f6970faf9b58e1a87b2d73bc046c03dfc603d (diff) | |
download | ghdl-a62344e4dce1a603cfda0c71a571e248694974ca.tar.gz ghdl-a62344e4dce1a603cfda0c71a571e248694974ca.tar.bz2 ghdl-a62344e4dce1a603cfda0c71a571e248694974ca.zip |
Merge pull request #770 from 1138-4EB/doc-jsonshields
doc: Generate shields from JSON files instead of hard coding all of the in inc files.
Diffstat (limited to 'doc/about.rst')
-rw-r--r-- | doc/about.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/about.rst b/doc/about.rst index 6d2f28c20..e1018767a 100644 --- a/doc/about.rst +++ b/doc/about.rst @@ -1,4 +1,8 @@ -.. include:: shieldswho.inc +.. only:: html + + .. exec:: + from helpers import createShields + createShields('shieldswho') About GHDL ########## @@ -53,6 +57,6 @@ Who uses GHDL? | |SHIELD:gh-poc| | |SHIELD:rtd-poc| | `PoC-Library <https://github.com/VLSI-EDA/PoC>`_ | A Vendor-Independent, Open-Source IP Core and Utility Library. | +-------------------+--------------------+----------------------------------------------------+----------------------------------------------------------------+ | |SHIELD:gh-vunit| | |SHIELD:doc-vunit| | `VUnit <https://vunit.github.io/>`_ | A unit testing framework for VHDL/SystemVerilog | - +-------------------+--------------------+----------------------------------------------------+----------------------------------------------------------------+ + +-------------------+--------------------+----------------------------------------------------+----------------------------------------------------------------+ | |SHIELD:gl-p1076| | |SHIELD:tw-p1076| | `IEEE P1076 WG <https://www.eda-twiki.org/vasg/>`_ | IEEE P1076 Working Group [VASG] | +-------------------+--------------------+----------------------------------------------------+----------------------------------------------------------------+ |