diff options
author | Unai Martinez-Corral <38422348+umarcor@users.noreply.github.com> | 2022-02-08 02:48:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 02:48:43 +0000 |
commit | 91b9bca47d3a5a8b68793c0c378ba6035c967fb8 (patch) | |
tree | aa33c752117d6afea7c2a10c994b581cf4d362c5 | |
parent | 990a22f51ca38e54a3c8a1d614f4be38c6c21a5c (diff) | |
download | ghdl-91b9bca47d3a5a8b68793c0c378ba6035c967fb8.tar.gz ghdl-91b9bca47d3a5a8b68793c0c378ba6035c967fb8.tar.bz2 ghdl-91b9bca47d3a5a8b68793c0c378ba6035c967fb8.zip |
doc/about: 's/event-based timing/event-driven execution/'
Co-authored-by: Patrick Lehmann <Paebbels@gmail.com>
-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 17eeabc7e..0ab41a26a 100644 --- a/doc/about.rst +++ b/doc/about.rst @@ -33,7 +33,7 @@ an advantage in general as well). However, VHDL was not designed as a general purpose language but as an `HDL`. As the name implies, VHDL aims at modeling or documenting electronics systems. Due to the nature of hardware components --which are always running--, VHDL is a highly concurrent language, built upon an -event-based timing model. +event-driven execution model. Like a program written in any other language, a VHDL program can be executed. Since VHDL is used to model designs, the term :dfn:`simulation` is often used instead of `execution`, with the same |