You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
268 B
Markdown
19 lines
268 B
Markdown
3 years ago
|
# 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.
|