Installation¶
Install wavekit from PyPI with Python 3.9 or newer:
For development, clone the repository and install its Poetry environment:
FSDB support¶
FSDB support requires the Verdi NPI runtime (libNPI.so).
In a typical Verdi setup, VERDI_HOME is already set, so no additional
configuration is usually required. If it is not, make libNPI.so discoverable
using one of these options:
WAVEKIT_NPI_LIB: direct path tolibNPI.so;VERDI_HOME: Verdi installation directory;LD_LIBRARY_PATH: a library search path containinglibNPI.so.
Check the runtime before opening an FSDB file:
Verify the installation¶
Then continue with the FIFO occupancy tutorial.