Metadata-Version: 2.4
Name: wavedisp
Version: 1.0.7
Summary: Wave file generator for HDL waveform viewers
Author-email: Christophe Clienti <christophe.clienti@gmail.com>
License: GPL-3.0
Project-URL: Homepage, https://github.com/cclienti/wavedisp
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Wavedisp

## Introduction
Wavedisp is a package to help you in displaying waveforms for different HDL simulators or VCD viewers in a portable
way. It generates waveform files for GTKWave, Modelsim and RivierPro by genereting tcl scripts loaded by the HDL viewer
from a unique representation described in python.

## License
Wavedisp is distributed under the GPLv3, the complete license description can be found
[here](http://www.gnu.org/licenses/gpl-3.0.html).

## General information
An example of use is available [here](https://wavecruncher.net/wavedisp). Of course, contribution are welcomed.
