Metadata-Version: 2.1
Name: py4hw
Version: 2024.3
Summary: py4hw is a library to model, and simulate digital logic circuits. It promotes the use of structural and behavioural design styles to build hardware and it is influenced by some ideas behind JHDL.
Home-page: https://github.com/davidcastells/py4hw
Author: David Castells-Rufas
Author-email: david.castells@uab.cat
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nbwavedrom==0.2.0
Requires-Dist: ipywidgets
Requires-Dist: matplotlib
Requires-Dist: deprecated
Requires-Dist: scipy
Requires-Dist: pytest
Requires-Dist: edalize
Requires-Dist: setuptools

# py4hw

[![PyPI version](https://badge.fury.io/py/py4hw.svg)](https://badge.fury.io/py/py4hw)
[![Join the chat at https://gitter.im/davidcastells/py4hw](https://badges.gitter.im/davidcastells/py4hw.svg)](https://gitter.im/davidcastells/py4hw?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

py4hw is an HDL library based on python to create digital circuits (mainly) following a structural design methodology. 
It is highly influenced by the JHDL principles but using the power of Python.

[Follow the jump start tutorial !](tutorial/README.md)
