Metadata-Version: 2.0
Name: pyha
Version: 0.0.5
Summary: Pyha
Home-page: https://github.com/petspats/pyha
Author: Gaspar Karm
Author-email: gkarm@live.com
License: Apache Software License 2.0
Description-Content-Type: UNKNOWN
Keywords: pyha
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: redbaron (==0.6.3)
Requires-Dist: scipy (==1.0.0)
Requires-Dist: numpy (==1.13.3)
Requires-Dist: scipy (==1.0.0)
Requires-Dist: pytest (==3.3.1)
Requires-Dist: parse (==1.8.2)
Requires-Dist: sphinxcontrib-fulltoc (==1.2.0)
Requires-Dist: six (==1.11.0)

====
pyha
====


.. warning:: Ongoing work on the first release. Many things will change, not advised to use this tool at the moment.

.. image:: https://img.shields.io/pypi/v/pyha.svg
        :target: https://pypi.python.org/pypi/pyha

.. image:: https://img.shields.io/travis/gasparka/pyha.svg
        :target: https://travis-ci.org/gasparka/pyha

.. image:: https://readthedocs.org/projects/pyha/badge/?version=develop
    :target: http://pyha.readthedocs.io/en/develop/?badge=develop
    :alt: Documentation Status

.. image:: https://pyup.io/repos/github/gasparka/pyha/shield.svg
     :target: https://pyup.io/repos/github/gasparka/pyha/
     :alt: Updates

.. image:: https://coveralls.io/repos/github/gasparka/pyha/badge.svg?branch=develop
    :target: https://coveralls.io/github/gasparka/pyha?branch=develop


..
    .. image:: https://landscape.io/github/petspats/pyha/develop/landscape.svg?style=flat
   :target: https://landscape.io/github/petspats/pyha/develop
   :alt: Code Health

.. image:: https://codeclimate.com/github/petspats/pyha/badges/gpa.svg
   :target: https://codeclimate.com/github/petspats/pyha
   :alt: Code Climate

* Free software: Apache Software License 2.0
* Documentation: https://pyha.readthedocs.io.

=======
Install
=======

On Ubuntu 16.04, GHDL dependencies:

```
sudo apt install libgnat-4.9
```

```
pip install pyha
```

For running VHDL simulations, GHDL is needed. On Ubuntu it can be installed with

```sudo ./scripts/install_ghdl.sh```


