pyGHDL.lib
Resource package containing GHDL’s binary artifacts.
This package holds no Python code. It is the install location of the files produced when GHDL is
built, so that a pyGHDL wheel is self-contained and pyGHDL.libghdl finds the shared library
next to itself instead of somewhere on the system.
Contents of an installed package:
File or directory |
Purpose |
|---|---|
|
GHDL’s analyzer and simulator as a shared library, loaded by |
|
The GNAT runtime |
|
The VPI support library, used by simulations loading VPI modules. |
|
The pre-analyzed VHDL libraries - |
Note
The files are build output: none of them is in version control, and the directory contains only this module in a source checkout. They appear when GHDL is installed or a wheel is unpacked.