Metadata-Version: 2.4
Name: pywaveflow
Version: 0.0.1
Summary: A Python-native framework for wireless algorithm-hardware co-design (early development).
Author: Sundeep Rangan
License: Waveflow Research License (non-commercial)
Project-URL: Homepage, https://github.com/sdrangan/waveflow
Project-URL: Repository, https://github.com/sdrangan/waveflow
Keywords: hardware,fpga,hls,dsp,wireless,fixed-point,vitis,co-design
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Code Generators
Classifier: License :: Other/Proprietary License
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Waveflow

**From waveform to silicon — in Python.**

Waveflow is a Python-native framework for **algorithm–hardware co-design** — describe a
signal-processing datapath once in Python, simulate it *fast* and *bit-exact*, and
generate its hardware implementation from the same source. Its flagship domain is
**wireless**, but it fits any project for efficiently realizing complex signal-processing
algorithms in hardware.

> ⚠️ **Early development.** This PyPI entry reserves the name; the project is under active
> development and not yet released as a package. Install the current version from source:
>
> ```bash
> pip install git+https://github.com/sdrangan/waveflow.git
> ```

Documentation, examples, and status: **https://github.com/sdrangan/waveflow**
