aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ghw/index.rst
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-04-23 23:22:46 +0200
committerumarcor <unai.martinezcorral@ehu.eus>2021-04-24 01:59:37 +0200
commit7ce1d1bc27999054c221fc9e97449fcb086e8e88 (patch)
tree1e7927ab1f9b93cc07c0c9cbaf88c959641fda37 /doc/ghw/index.rst
parentce49befde5e95066ee34469e043a48d94423c53b (diff)
downloadghdl-7ce1d1bc27999054c221fc9e97449fcb086e8e88.tar.gz
ghdl-7ce1d1bc27999054c221fc9e97449fcb086e8e88.tar.bz2
ghdl-7ce1d1bc27999054c221fc9e97449fcb086e8e88.zip
ghw: rename 'ghwlib' to 'libghw' (#1741)
Diffstat (limited to 'doc/ghw/index.rst')
-rw-r--r--doc/ghw/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ghw/index.rst b/doc/ghw/index.rst
index af8a12384..bc3d7284f 100644
--- a/doc/ghw/index.rst
+++ b/doc/ghw/index.rst
@@ -13,7 +13,7 @@ However, VCD/EVCD cannot handle certain signal types from the VHDL language.
There is neither any equivalent in the VHDL LRM.
So, the author of GHDL, Tristan Gingold, implemented an alternative format named GHW, for allowing all VHDL types to be
dumped.
-He also contributed a reader to GTKWave based on ghwlib (see `gtkwave/gtkwave/search?q=ghwlib <https://github.com/gtkwave/gtkwave/search?q=ghwlib>`__ and `gtkwave/gtkwave: gtkwave3/src/ghw.c <https://github.com/gtkwave/gtkwave/blob/master/gtkwave3/src/ghw.c>`__),
+He also contributed a reader to GTKWave based on libghw (see `gtkwave/gtkwave/search?q=libghw <https://github.com/gtkwave/gtkwave/search?q=libghw>`__ and `gtkwave/gtkwave: gtkwave3/src/ghw.c <https://github.com/gtkwave/gtkwave/blob/master/gtkwave3/src/ghw.c>`__),
which allows visualizing GHW waves .
The GHW format is not completely fixed, and it might change slightly as new language features are implemented in GHDL
@@ -24,7 +24,7 @@ Nevertheless, the GHDL codebase (:ghdlsrc:`grt/grt-waves.adb <grt/grt-waves.adb>
In `nturley/ghw-notes <https://github.com/nturley/ghw-notes>`__, there is some work for defining the GHW format as a
Kaitai Struct (see `kaitai.io <https://kaitai.io/>`__).
-ghwlib
+libghw
======
GHW reading features are provided as a shared library, which is built and installed with GHDL by default.