Add very basic README.
parent
7051f8db60
commit
776ec784ff
@ -0,0 +1,18 @@
|
|||||||
|
# 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.
|
@ -1,11 +1,11 @@
|
|||||||
Requirements:
|
## Additional prerequisites
|
||||||
- amaranth
|
|
||||||
- yosys
|
- [ghdl](https://github.com/ghdl/ghdl) with the LLVM or GCC backend
|
||||||
- ghdl
|
- [ghdl-yosys-plugin](https://github.com/ghdl/ghdl-yosys-plugin)
|
||||||
- ghdl-yosys-plugin
|
|
||||||
- sby
|
## Usage
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/antonblanchard/microwatt
|
git clone https://github.com/antonblanchard/microwatt
|
||||||
python run.py
|
poetry run python ./run.py
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue