pytv 0.1.1

Python Templated Verilog
Documentation
# pytv
Python Templated Verilog

## Package
The package `pytv` is available on [crates.io](https://crates.io/crates/pytv).
Documentation is available on [docs.rs](https://docs.rs/pytv).

To use the package, run
```sh
cargo add pytv
```

# Related Auto Generator Projects
- **FLAMES**: template-based C++ library for Vitis HLS
  [[website]https://flames.autohdw.com]
  [[GitHub]https://github.com/autohdw/flames]
  [[paper at IEEE]https://ieeexplore.ieee.org/document/10437992]
  [[paper PDF]https://wqzhao.org/assets/zhao2024flexible.pdf]
- **AHDW**: a DSL, the predecessor of this project
  [[paper at IEEE]https://ieeexplore.ieee.org/document/10396119]
  [[paper PDF]https://wqzhao.org/assets/zhao2023automatic.pdf]

## Author
[Teddy van Jerry](https://github.com/Teddy-van-Jerry) ([Wuqiong Zhao](https://wqzhao.org))