power-fv/README.md

19 lines
268 B
Markdown

# power-fv
(TODO)
## Prerequisites
- Python 3.8+
- [Yosys](https://github.com/YosysHQ/yosys)
- [SymbiYosys (sby)](https://github.com/YosysHQ/sby)
## Installation
```python3
pip3 install poetry --user
poetry install
```
See the `cores` folder for usage examples.