Metadata-Version: 2.1
Name: wavedisp
Version: 1.0.3
Summary: Wave file generator for HDL waveform viewers
Home-page: https://github.com/cclienti/wavedisp
Author: Christophe Clienti
Author-email: cclienti@wavecruncher.net
License: GPL-3.0
Platform: UNKNOWN
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
Description-Content-Type: text/markdown

# 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.


