diff options
author | Unai Martinez-Corral <38422348+umarcor@users.noreply.github.com> | 2022-02-08 02:47:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 02:47:35 +0000 |
commit | 990a22f51ca38e54a3c8a1d614f4be38c6c21a5c (patch) | |
tree | 19ce8fcbd68efef9c2f56230523bd41b44d9bc5c /doc | |
parent | 77a5930bf7998382e2ce3d3f3f88a2e8d29e95ff (diff) | |
download | ghdl-990a22f51ca38e54a3c8a1d614f4be38c6c21a5c.tar.gz ghdl-990a22f51ca38e54a3c8a1d614f4be38c6c21a5c.tar.bz2 ghdl-990a22f51ca38e54a3c8a1d614f4be38c6c21a5c.zip |
doc/about: update
Co-authored-by: Patrick Lehmann <Paebbels@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/about.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/about.rst b/doc/about.rst index 6798aacfe..17eeabc7e 100644 --- a/doc/about.rst +++ b/doc/about.rst @@ -18,7 +18,7 @@ which is a computer language used to describe a logic circuit by function, data .. NOTE:: Historically the 'V' in the language's acronym came from the Very High Speed Integrated Circuit (:wikipedia:`VHSIC <VHSIC>`), which was the U.S. government program that funded the early work on the standard. - Changing the 'V' to mean verification reflects the language's increasing usage for verification as well as design. + Changing the 'V' to mean *verification* reflects the language's increasing usage for verification as well as design. See `VHDL 202X PAR <http://www.eda-twiki.org/twiki/pub/P1076/PrivateDocuments/Par1076_202X.pdf>`__ via :ref:`vasg:VHDL202X`. Although VHDL was not designed for writing general purpose programs, VHDL *is* a programming language: you can write any |