From 7ce1d1bc27999054c221fc9e97449fcb086e8e88 Mon Sep 17 00:00:00 2001 From: umarcor Date: Fri, 23 Apr 2021 23:22:46 +0200 Subject: ghw: rename 'ghwlib' to 'libghw' (#1741) --- doc/ghw/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ghw') 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 `__ and `gtkwave/gtkwave: gtkwave3/src/ghw.c `__), +He also contributed a reader to GTKWave based on libghw (see `gtkwave/gtkwave/search?q=libghw `__ and `gtkwave/gtkwave: 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 In `nturley/ghw-notes `__, there is some work for defining the GHW format as a Kaitai Struct (see `kaitai.io `__). -ghwlib +libghw ====== GHW reading features are provided as a shared library, which is built and installed with GHDL by default. -- cgit v1.2.3